In a Drupal 9 installation there is a view where nodes are listed. Now I would like to do two things.
1: add a field with the node path alias to the view.
2: add an exposed filter to filter path aliases.
Unfortunately I am not able to do this. The only way to add a field with Path alias is the field "Link to Content", which can be output as plain text.
The field is displayed, but I cannot create an exposed filter for it. The error is Column not found node.view_node.
Any ideas?
Thank you