You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
plone.app.querystring/plone/app/querystring/querybuilder.py
Line 204 in f8bfbfa
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
The text was updated successfully, but these errors were encountered: