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
XYplorer Beta Club