Is it possible to hold the search term entered in top right search field, for a further search in another directory?
I have two large folders (1,000's of files) I usually do searches in, and very often have to do the same search in both (the second immediately after the first search).
It would be more convenient not to have to type in the search term again, as I do this many, many times a day.
If you always search the same two folders, you could make a button or hotkey which asks for the search term and then searches both of them automatically, either joining the results together or saving the results to two separate collections which you can inspect individually.
The Find panel can also search multiple folders at once, without creating a button (although it uses different syntax to the Windows Search field).
I hesitate to ask how this might be done. I know how to add a button, but how to get the relevant commands in might be beyond my basic/non-existent programming skills.
The following button will prompt for a search query and then run it in two folders ("c:\folder one" and "c:\folder two"). You should edit the function to replace those folders with the actual locations you wish to search.
It'd be "{$query}" instead of {"$query"} but in fact I was wrong about needing the quotes. Apologies for that red herring. The QUERY argument is a special type which takes everything that comes after it on the command line, which I didn't realise before.
Try this command, which also simplifies things into a single line (since the IN argument can be given more than one folder):
Yes, for example I run the same query - filename: county - and it returns 12 results from the single directory. But same query from the button gives a blank right screen.
Take a screen grab and save the resulting image as JPG or PNG. Saved images can be uploaded and incorporated easily. There is no need to incorporate into a PDF or Word document. Do a search for windows screen capture if you don't know how to do this. There are also some very good screen capture utilities available. Snagit is probably the most widely used.