I have used that code below for a very long time. That was before i got to know Everything. So maybe it's time to abandon the Windows search index and its service, which at the moment i'm using only for my tag searches in the big photo folder. Here's how it is at the moment.
Go "K:\Bilder\Fotografie" Openinleft Set focus=left FIND IN "K:\Bilder" QUERY {dlgstring|find in K} /home\dopusrt.exe /cmd Set SHOWFILTERFILENAME=*.jpg
Now i can paste, for example
tags:< elbe schnee> !s:\
into the Everything global engine search field, which works. But i would rather have that old QUERY style input window, and that the code would place the search words inside those pointed brackets, and search in a predefined location (K:\Bilder\Fotografie), using that Set SHOWFILTERFILENAME command to filter for JPGs.
I don't know, if it's possible without scripting, but maybe someone likes to help me with that new button.
Thanks, that works. If anybody wants to use a this search, use QUERY QUERYENGINE in the code.
No, a second test shows that i don't find anything. What would the exact syntax be for my code?
And just adding that command keyword anywhere also wouldn't make sure to use this format:
No, that doesn't work, sorry. It finds 4 images for "Schnee", if i use the search field plus the correct syntax, it's over 1,700 images. I guess i turn the Windows index service back on, because typing in all that extra syntax stuff is inconvenient.
Here is an experimental button, which works halfways. The main issue is, that i doesn't find anything with more than one search string. How would i make the code to place those pointed brackets around $query? I tried two variations, but none of them gives any results.
This is the closest i could get so far. Isn't there a way to make $query accept multiple search strings? It works fine with only one. Another thing in this button code, the last line doesn't work for some reason.
Go "K:\Bilder\Fotografie" Openinleft
Set focus=left @set query= {dlgstring}
Find CLEAR QUERYENGINE=everythingglobal QUERY tags:{$query} "K:"
Set VIEW=Thumbnails