Live Filter Box help

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
karimmaster101
Posts: 158
Joined: 20 May 2011 14:34

Live Filter Box help

Post by karimmaster101 »

Hello everyone;
I have an extra column which contains some text, For example:

Code: Select all

file1 ex1:
soccer
match
daylight
win
empty

file2 ex1:
soccer
match
night
win
empty

file3 ex1:
soccer
match
night
lose
empty

I want to use filter box to get files which contains "soccer" And "win".
Right now I'm using this:
ex1:*soccer* and ex1:*win*
Is there a better syntax? I mean; a way not rewrite the targeted column for every new word. something like
ex1:*word1*, *word2*
I tried "And" >> it didn't work

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

Re: Live Filter Box help

Post by admin »

What you want is logical OR, which is done using ; in Visual Filters and Live Filter Box:

Code: Select all

ex1:*soccer*; ex1:*win* 

Post Reply