Does the LF Advanced Search Syntax support searching on a list of values, much like the SQL WHERE IN clause, and if so, what's the syntax? I.e.:
In SQL: Select * from tblTable where colColumn in ("value1","value2","value3")
In LF Search:
- Instead of {LF:ID=12345}
- {LF:ID in 12345, 23456, 34567}
I believe I've done this before, and even think I found a discussion on it under Answers, but can't find it now!