Saved "simple" search

Hello,

I'm trying to create a "Saved Search" that doesn't search in a specific category of the entrys (Author, title, ...) but rather searches all categorys, just like the simple search bos does. Is there a simple way to do that? Maybe I missed the category "All Categorys".

thanks
eph
  • There is no straightforward way to search all the fields in your database in a saved search. With that said, you can probably get what you are looking for. I doubt you actually want to search all fields. You can chain together searches through each field your interested in and then set Match "all" criteria to "any". For example if I wanted to save every hit for Shakespeare in titles, notes, authors, and tags I could set up the following:

    Title: Contains: Shakespeare
    Note: Contains: Shakespeare
    Author: Contains: Shakespeare
    Tag: Contains: Shakespeare
Sign In or Register to comment.