In examples there is two queries:
qLookupProducts and aqSuppliers
and when we click on supplier column we can select supplier data
aqSupplier.
When we click we on list program will search
aqSuppliers to find searched supplier by our search.
Can we filter
aqSupplierwith with that search substring?
for example if press some substring 'in'
program will filter
aqSupplier with suppliers which have 'in' in its name.