How can I get a multi-word search to consider more than one query_by field?
Example, I have two fields I'm querying by "payer,receiver"
If I search for "Thatcher Tosh" I would expect the top result to be where the payer is "Tosh" and the receiver is "Thatcher", however it seems to be prioritizing just one query field and the result I'm looking for doesn't even show up. I have both fields weighted the same.
Any idea?