This topic is locked

search against multiple values

3/25/2009 1:36:11 PM
PHPRunner General questions
M
munirul author

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

M
munirul author 3/25/2009

Problem resolved.
I found the solution in this thread:

http://www.asprunner.com/forums/index.php?...ltiple+keywords
Thanks,

munir