I have autocomplete working. However the list is not shorting as I type in data. The variable I am after is product_code. My sql statement is
SELECT supplier_product_code, sc_concat(supplier_product_code, supplier_english_description, product_size)
FROM supplier_inventory_catalogue
As is type BOXWOOD, i would expect the selection to shorten.
What setting do I need to change?