Page 1 of 1

Live filter on two or more columns at the same time

Posted: 25 Sep 2021 10:48
by HumD
Hello!

Is it possible to implement search on several columns at the same time without special settings such as: "name of column: *search terms*". I would like to search by name, tags and comment. It is possible to customize the behavior using the .ini settings.

Re: Live filter on two or more columns at the same time

Posted: 25 Sep 2021 18:21
by admin
Currently not possible. But might be an interesting idea.

Re: Live filter on two or more columns at the same time

Posted: 28 Oct 2023 15:41
by admin
Next beta:

Code: Select all

    + Live Filter, Visual Filter: Added a tweak to match an unqualified pattern (no 
      prefixed selector like "Name:") against three columns in this order: Name, Comment, 
      Tags.
        VFFallbackNameCommentTags=1
      The setting will probably be added to Configuration later.