Hi,
I try to build the App for user to search the keyword by using the search query containing the boolean search, i.e., AND, OR, NOT. The user is able to put the search query (free style with using any booleans, i.e., AND / OR / NOT) in one text box on app and then it will return all records according to the search query.
However, the complex of search query containing multi-booleans that can be free-style from user in one text box is my problem.
For example,
Search query: (cat OR dog OR (home AND family)) AND (tree OR flower OR (garden AND (fruit OR vetgetable)))
From the example, I would like to set that the words AND / OR / NOT / ( ) are not the searching text but these words are boolean search.
As described above, I don't know how to configure it. Now I read from the topic discussion in community and I find the topic for setting the interface app for searching multi-keywords with only "OR" boolean by using multiline in text box.
I hope that you can help or guide me on the solution for this problem.
Thank you very much.