what sort of filtering expressions are you looking to use.
I am currently looking at implementing things along the lines of:
"Arthur C. Clarke" Or Asimov AndNot fiction
Not Asimov
"Gothic Horror" or fantasy
where a string in quotes will be matched completly, any string with spaces must be enclosed in quotes.
using boolean operators : 'Or', 'And', 'AndNot' and 'OrNot'
will this be sufficient?
andy.
|