Site is slow as molasses in January today -
it keeps timing out so I'm unable to search.
I want to filter a text field (the Item field) for text Abc AND (text Def OR text Ghi)
Result would be items like
Abc Def
Abc Ghi
Abc Def Ghi
Filtering for Abc works fine with
Item like "*Abc*"
I've tried
Item like "*Abc*" AND ("*Def*" OR "*Ghi*")
Item like "*Abc*" AND (item like "*Def*" OR "*Ghi*")
I've tried one in the source and the other in filter (I'm filtering all items)
Whenever and wherever I add the OR bit - it causes all the Abc items to disappear.
I'll add it to the help page if I can figure it out with your help,
thanks! tom
Comments