Difference between filters and bookmarks

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
vurtikas
Posts: 36
Joined: Fri Jan 08, 2010 11:28 am

Difference between filters and bookmarks

Post by vurtikas »

Hi!
I do not understand the difference between filters and bookmarks?
Help please
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Difference between filters and bookmarks

Post by void »

You can have an active filter and freely change the search.
Ideal for searching for file types that you would combine with a search, for example a basic audio filter:

Code: Select all

ext:mp3;wav;flac

Bookmarks let you choose the sort order.
Ideal for opening a predefined search and sort order, for example files downloaded today, sorted by date:

Code: Select all

\downloads datemodified:today

Otherwise they are very similar.
vurtikas
Posts: 36
Joined: Fri Jan 08, 2010 11:28 am

Re: Difference between filters and bookmarks

Post by vurtikas »

Hmm ... But sorting (and other functional bookmarks) you can just add to the functional of existing filters ...
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Difference between filters and bookmarks

Post by void »

I will consider adding the functionality of bookmarks to filters.
Post Reply