How to do Boolean grouping search in ruby on rails with dynamic values? Can anyone give me sample example or reference link for Boolean grouping search.
Example:
(quick OR brown) AND fox
quick OR brown should be executed first and that result should do AND search with fox.
Thanks.