I'm glad to see Dabon got it working. I'll be trying it when I get home tonight. If I'm lucky, I can soon post the windows iLiad tool I am writing, which relies on this tool, the java merger, and hopefully your snippet tool.
Update: It certainly does work now. I've been experimenting with your script (which is fun, since I have only breaking (as opposed to working) knowledge of linux commands). I see the actual search is done using grep, so I am trying to use regular expressions with it so I can search for two non-consecutive words in the descriptions. I am trying to search for thinks like (foo)+|(bar)+, but to no avail. even a simple (foo) does not find anything, even when foo would.
Alternately, if the results could be searched, then this would be fine.
Any input would be appreciated. As it is, I might try writing a separate search script that only searches the results of the other script. painful, but it might be usable.
Thanks,
Last edited by engunneer; 08-11-2008 at 11:48 PM.
|