- Issue created by @rraney
Module installed in Drupal 10 test environment. I have a block view that shows all content, with Title and link to content. I have an exposed filter for Title, but I want an exposed filter to refine results by the aliases being used by a node. I created the relationship to "Content URL Alias". I created another exposed filter using "Content URL Alias", which is set to use "contains". When I enter anything into the new filter, it draws zero results. I tried this logic:
Content: Published (= Yes)
AND
Content: Title (exposed)
OR
(Content URL Alias) Alias: URL alias (exposed)
Install Drupal 10.3.x and install/enable the module. Create a view with all content nodes. Create the relationship and an exposed filter using the newly available "Content URL Alias". Test using the exposed filter.
Am I missing something like a dependency or requirement?
Active
3.1
Code