This topic is locked

Address bar search for multiple records

11/4/2005 11:07:19 AM
PHPRunner General questions
hfg author

I am trying to pull information about two or more "locations" using the address bar (so I can pull the information using a hyperlink).
If I want to search for location DU the string is:
?a=search&value=1&SearchField=2&SearchOption=Equals&SearchFor=DU
I would like to do a search that returns all records that the location is DU or EK
If that is possible can I exend it to search for even more (i.e. DU or EK or SB or ...)
Thanks

admin 11/7/2005

Hi,
unfortunatelly there is no easy way to implement this.
You can modify generated ..._search.php and ..._list.php files to implement this feature.