Convivea

Bit Che => Bugs & Feature Requests => Topic started by: Evil-Dragon on February 06, 2007, 09:11:30 am

Title: Suggestion: Min Size/Max Size, Exclude
Post by: Evil-Dragon on February 06, 2007, 09:11:30 am
While preforming some searches with Bit Che i found it often annoying that you can't add additional search criteria to help narrow down a search even further.

Can i suggest adding the following:

Min Size (The minimum size that a file should be)
Max Size (The maximum size a file should be)
Exclude/Except (Exclude/Hide the results which contain these words)

Many thanks
Matthew
Title: Re: Suggestion: Min Size/Max Size, Exclude
Post by: DC on February 06, 2007, 10:59:16 am
good idea
Title: Re: Suggestion: Min Size/Max Size, Exclude
Post by: chip! on February 06, 2007, 11:07:51 am
those are all implemented somewhere in the builds 40+ using:

-size>X   (this allows only results greater than X mb)
-size<X   (this allows only results less than X mb)
-keyword  (this will remove any result with 'keyword' in its title..



again, i blame a lack of a clear user's guide... sorry :)
Title: Re: Suggestion: Min Size/Max Size, Exclude
Post by: DC on February 07, 2007, 08:20:51 am
those are all implemented somewhere in the builds 40+ using:

-size>X   (this allows only results greater than X mb)
-size<X   (this allows only results less than X mb)
-keyword  (this will remove any result with 'keyword' in its title..



again, i blame a lack of a clear user's guide... sorry :)

i think i knew about a the -keyword one, but i didnt know about the -size>X one. nice