Filter AND / OR help please :-)
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)
- Read more about Filter AND / OR help please :-)
- 4 comments
- Log in or register to post comments