This topic is locked

searching for multiple items

9/19/2007 5:56:05 AM
PHPRunner General questions
M
morpheus author

I was looking for a way to search for multiple items in the same field, there doesn't seem to be an obvious way to do this, however is it possible to edit the advanced search so that it could have the same field several times and just use an "or" option so that it pulls all records with xxx or xxx or xxx
regards
Jason

Alexey admin 9/20/2007

Jason,
we plan to add a multiple-values search feature tj the next version of PHPRunner.

Right now you can add an alias to your field on the Edit SQL query tab.

I.e.

select

..

Field,

Field as Field1,

...


Then use both Field and Field1 for searching