Filtering stream entries in module
Created 8 years ago by keevitajaHello!
When you have searchable enabled on a stream and you get the filter form in the streams admin section, it filters by the en locale only.
Is it possible to configure, that filters do not use localization at all? Like when you have entries in multiple locales, you would like to filter from them all.
Also how to define which field to use when filtering a relational field? I have items and categories streams and when i filter items, the filter tries to look for the category id. I would like to filter by its name. Same thing with user. Each item has a relational user. It would be nice to filter by username or something.
Sounds like you've found a bug for one - but I can definitely explore filtering by all locales.
Relationship filtering is not currently supported out of the box - but you could write your own filter query and use that in the interim.