There is useful button code contributed to Buttons and Toolbars by Steve with a subject of Quick web searches that provides a quick front end to Google.
I'd hoped to adapt this to use Google Desktop to search locally. Unfortunately it is not quite as simple as replacing 127.0.0.1:4664
There is a Google Desktop API page here, but I have been singularly unsuccessful in applying what is documented therein.
Has anyone else had a go at this and come up with a working solution?
I'm after a way of constructing and sending queries to Google Desktop using a button. Specifically, I often want to search inside a single folder for a string contained in a subset of files, for example (pseudo code):
I don't have Google Desktop installed, and I've never used Google Desktop in or out of Opus, so I don't know how it works exactly. That said, maybe something like this will work:
Find GOOGLE NAME="*.doc" IN="C:\Some Folder" CONTAINING="somestring"
It's completely untested so it might not work. Sorry if it's useless.