Hi, with the current version from CVS (rather wait 24 hrs to be sure it's in public CVS), the search string is parsed for negative patterns:
blah -blubb
Searches for "blah" and adds a filter to suppress everything that
contains "blubb". This one:
blah-blubb
searches for "blah-blubb" as usual. The first word, though, is
never interpreted as a negative pattern:
-blah
So, this really searches for "-blah". Although most Gnutella peers
will probably replace the '-' with a space and skip it. If there's
demand, this can be extended to allow quotes, interpret '+' as
"must contain", a way to override this new syntax etc.
--
Christian
pgpbcFyYRGKEB.pgp
Description: PGP signature
