Live filter on two or more columns at the same time

Features wanted...
Post Reply
HumD
Posts: 9
Joined: 19 Sep 2021 08:52

Live filter on two or more columns at the same time

Post 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.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

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

Post by admin »

Currently not possible. But might be an interesting idea.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

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

Post 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.

Post Reply