Column-wise Visual Filter?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Column-wise Visual Filter?

Post by serendipity »

Was there a reason why column-wise filter was applied to only selection filter and not visual filter?
While syntax for selection filter is:

Code: Select all

selfilter [<pattern>][, <f|d>][, <column>]
for Visual filter it is mere:

Code: Select all

filter [<pattern>]
I might have forgotten, but was this on purpose?

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Re: Column-wise Visual Filter?

Post by jacky »

serendipity wrote:I might have forgotten, but was this on purpose?
I believe this is because they both work on different level within XY, and for internal reason VF cannot access info from other columns (because they haven't been gathered yet, I think), while selection filters can since, obviously, the List has been filled already.
Proud XYplorer Fanatic

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

Re: Column-wise Visual Filter?

Post by admin »

jacky wrote:
serendipity wrote:I might have forgotten, but was this on purpose?
I believe this is because they both work on different level within XY, and for internal reason VF cannot access info from other columns (because they haven't been gathered yet, I think), while selection filters can since, obviously, the List has been filled already.
Yes, the VF is applied at a very early stage of browsing, when just the name and some basic props of the file are known. This is for performance reasons.

Post Reply