Searching lookup field

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

Searching lookup field

Post by kohle »

Hi,

I have a table : items
id_item
desc
id_categorie -> lookup to table categories

for ex. a item record is shown
id_item: 1
desc: Honda
id_categorie: motorbike

How I can search in the quicksearch for "motorbike"

I dont want to add for each lookup field a ext. search.
I want one searchfield and a type of fulltext search.

rgs
J.


arbei
User
Posts: 9719

Post by arbei »

You may use Lookup Table -> Allow sort/search.


Post Reply