
Hi everyone,
I have a list view with a filter , When I search for test1, it filters the table correctly. When I search for test2 it filters the table correctly as well.
Now, I want to see the rows that has either test1 or test2. What should I enter in the search textbox?
I tried *test1* or *test2* , (*test1* or *test2*) *test1* | *test2* none of these worked. I am getting "There are no records to display." message.
how can I search multiple words?