Page 1 of 1

let me save searches/filters

Posted: Sun Dec 08, 2013 7:23 pm
by thire
Hi,
I love the search option in XnViewMP, but I hate to redo it every time :-)
My favorit search is "everything better than + one star (ie rated) + sort by time + recursive in all subfolders".
Perhaps others use the search as well very often and find this setting good. Perhaps it could just be saved, so if I click in the filter symbol all this comes up as I did it last time (for this or a different folder).
And BTW: the "better than" is an option under windows, but not under mac. Don't know why...
Thanks for letting me know if you find that this could make sense,
Thomas

Re: let me save searches/filters

Posted: Thu Dec 26, 2013 2:37 pm
by xnview
but in the search dialog, you can save your search filter

Re: let me save searches/filters

Posted: Sun Feb 02, 2014 3:40 pm
by t3mujin
xnview wrote:but in the search dialog, you can save your search filter
How do I remove those saved searches?

Re: let me save searches/filters

Posted: Fri Feb 28, 2014 9:56 am
by m.Th.
t3mujin wrote:
xnview wrote:but in the search dialog, you can save your search filter
How do I remove those saved searches?
If you know how to connect directly to the XnView MP SQLite database is easy:

Code: Select all

Delete from Search where Label = :mySavedSearch;


However, Pierre need to provide a Delete button for this.