...
- remove Query search from the AdvancedSearch component. It can be passed throw searchOptions property when it is needed;
- existing Boolean operators can be reused;
- add a dropdown with precision operators (starts with, contains all, contains any, exact match) to the AdvancedSearchRow component. The precision operator should replace the == comparator if one was chosen
(example: Keyword containsAll sun. Instead of Keyword==sun).
...