Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Michael Nolan

Filtering postname/slug with “is” value

I’m trying to create a smart filter on the slug field where it filters by a specific value but it currently only allows contains, starts with and ends with. In one of our custom post types, slugs aren’t unique so it would be good to be able to filter for a specific value. As it stands “contains” will match partial strings so filtering for “2023” will pick up posts with a slug of “2023-pt”. A partial workaround is to define starts with and ends with but that wouldn’t work for people who have posts starting and ending with the same text.

Adding:
Operators::EQ,

to Search\Comparison\Post\PostName.php seems to work – is there a reason this can’t be added?

1 year, 4 months ago
Stefan van den Dungen Gronovius
Developer

Thanks for your feedback.
No, there is no reason why the EQ operator can not be used.
I’ve added it to this specific search feature for the Slug column.
So in the next update, you’ll have the operator at you disposal.

1 year, 4 months ago

You must be logged in to reply to this topic.