I have an issue with query.search. its only searching from the start of the string. if i put a substring in the middle or the end doesnt work. is this how its designed or its an issue with configuration
TL;DR
The issue is with how the query.search() function is designed. It is only searching from the start of the string and cannot search for substrings in the middle or end. This is not a configuration problem but rather a limitation of the function's design.