Hi:
I am using phprunner 4.2
I would like to search a column with multiple values.
Currently I can search against a single value only.
Let me explain:
Column A Column B
---------------------------
a 1
b 2
c 3
d 4
e 5
Now, user searches a, b against Column A.
So, the search result should bring up
those two rows that matched.
Column A Column B
---------------------------
a 1
b 2
Can anyone suggest how to do it?
Thanks so much.
--- munir