Page 1 of 1

Live Filter Box help

Posted: 15 Jul 2020 23:08
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

Re: Live Filter Box help

Posted: 20 Sep 2020 16:28
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*