I have a couple rather basic workflows set up:
1. Search for the first 200 documents with no OCR, then OCR them.
2. Search for the first 200 documents with some OCR and no electronic document, then OCR them.
#1 works perfectly fine. #2 hangs forever on the search.
This is the syntax I'm using for #2:
({LF:Name="*", Type="DB"} - {LF:Ext="*"}) & ({LF:AssociatedPages="Y"} & {LF:OCR=some})
This returns the expected 200 results in both the Laserfiche client and also when I click Test Search Query in Workflow designer, but when I actually RUN the workflow the Search Repository activity never completes.
Any thoughts / troubleshooting ideas?