I'm attempting to use Agent Ransack to search one search term with many other search terms, but need help formatting the containing text search criteria. For example, I'd be looking to search for bread AND (butter OR Jelly OR Peanut Butter OR Peanut OR mustard OR) etc...,
I tried the versions below resulting in no found items, trying to figure out the appropriate way to use AND,OR, quotations and parenthesis
Bread AND butter OR "Peanut Butter" OR jelly
(Bread AND) butter OR "Peanut Butter" OR jelly
(Bread AND) (butter OR "Peanut Butter" OR jelly)
How do I format the search to correctly provide a list of bread and other search terms? Would there be a result running this search with & without regular expression?