Is there any way to have a single field search use the same keyword search logic as the default query? I define q.op as AND in my query which gets applied to any main keywords but any keywords I'm trying to use within a field do not get the same logic applied. Example: q=(title:(Test Keywords)) the space is treated as OR regardless of q.op q=(Test Keywords) the space is defined by q.op which is AND
Using the correct operators (AND OR * - +...) it works great as I have it defined. There's just this one little caveat when you use spaces between keywords expecting the q.op operator to be applied. Thanks, Aaron