Help with quicksearch script
Posted: 15 Nov 2018 22:05
I'm having problems with the quicksearch command which started sometime after the "smart boolean" update:
This code no longer returns files with "Project" in the name, with label "Green"
It takes about 10 seconds and returns an empty result
This one works, almost instantly (without the brackets):
I want to use the parentheses in the script because sometimes I want to include multiple labels like (lbl:Red OR lbl:Green)
Is there a new/correct way to write this search?
This code no longer returns files with "Project" in the name, with label "Green"
It takes about 10 seconds and returns an empty result
Code: Select all
text quicksearch("Project AND (lbl:Green)","This PC");Code: Select all
text quicksearch("Project AND lbl:Green","This PC");Is there a new/correct way to write this search?