I am trying to create a search syntax for our nightly OCR Process. Specifically I am trying to create one which excludes a particular template, photos. This is our OCR search syntax now:
({LF:AssociatedPages="Y"} & {LF:OCR=none})&{LF:pagecount > 0} - this works great.
Here is what I am trying:
{LF:AssociatedPages="Y"} & {LF:OCR=none}&{LF:pagecount > 0}&{[ ]}-{[photo]}. I've tried a few other iterations and keep getting various errors. Any ideas would be much appreciated!