plone / plone.app.querystring

Provides an queryparser, querybuilder and extra helper tools, to parse stored queries to actual results, used in new style Plone collections
https://pypi.org/project/plone.app.querystring/
2 stars 26 forks source link

custom search pages don't act like /@@search due to munge_search_term #117

Open djay opened 1 year ago

djay commented 1 year ago

Now that volto allows creating custom search forms it doesn't make sense that we should be using .contains for this as it does things like add a wildcard to the end of the char and prevent

I think there should be a new .string.search operator which does the same kind of processing as @@search does. e.g. not add a wildcard to the end and not put AND operator in