- Issue created by @sboden
- 🇦🇹Austria drunken monkey Vienna, Austria
Thanks for suggesting this improvement!
Amazingly, there indeed doesn’t seem to be an issue for this yet. At least, none that I could find. So, thanks for opening it.
Seems like the actual functionality could indeed be added very easily. The parts that are more work would be …
- to make the implementation generic enough to make sure we do not break sites using other search backends. This would be done by
defining a new backend feature →
for the functionality – in this case, accepting the
LIKE
(and, maybe,NOT LIKE
?) operator(s). And - to add test coverage making sure this works as expected.
As I currently don’t really have time to work on feature requests, except for reviewing and similar help, this would depend on you (or someone else) providing an initial patch for this, adding not only the functionality but also defining the feature and containing test coverage.
- to make the implementation generic enough to make sure we do not break sites using other search backends. This would be done by
defining a new backend feature →
for the functionality – in this case, accepting the
In the meantime I worked around it, but I will probably need the functionality later on. I can give it try.
Any preference for the name of the (new) backend feature?- 🇦🇹Austria drunken monkey Vienna, Austria
Thanks, sounds good! Please just ask if you need any further pointers.
I thinksearch_api_like_op
would be a good name, and should probably already coverNOT LIKE
as well. - 🇦🇹Austria drunken monkey Vienna, Austria
See ✨ Support LIKE and NOT LIKE operators in database backend Needs review for a first step for this: just supporting the new operators internally, without exposing them in the UI.