I'm trying to search for multiple values within the same field, however the code below returns documents from the entire repositry.
This code should return all documents on the OperationalRecords template, containing the field DocumentType with values either 1.1 Advert or 1.2 Ads but ONLY within Live\Operational2 folder. It currently returns all documents in the entire repository.
{[OperationalRecords]:[DocumentType]="1.1 Advert"} | {[OperationalRecords]:[DocumentType]="1.2 Ads*"} & {LF:LOOKIN="Live\Operational 2"}