
1
Filter words on occurrence in a string
I have an endpoint used for searching and a model in which Keywords are stored. How do I filter the keywords by their occurrence in the search term? My first idea was to use
Word in var:search_term
but "in" has been removed from Betty.
I have an endpoint used for searching and a model in which Keywords are stored. How do I filter the keywords by their occurrence in the search term? My first idea was to use
Word in var:search_term
but "in" has been removed from Betty.
Login to reply