Two advanced search field control in one search box possible?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mavel
User
Posts: 88

Two advanced search field control in one search box possible?

Post by mavel »

Hi,

My list page table options is set to "requires search".
I'm trying to combine the advanced search of two fields into one search box. The search word should check both fields and if any of the fields match then the records will be listed. What help documents do I need to use to do this?


mobhar
User
Posts: 11702

Post by mobhar »

You may create a Database View that joins those 2 fields, and then use that Database View as a table object in your PHPMaker project in order to create one textbox in Advanceds Search section.


Post Reply