Hi
I'm using ParamQuery Select for a few years now and am very happy with it.
I have the option to search at the top for any record which contains some text in the options.
Now, i need to search for records by a value not in the options.
Is there a way to do this?
For example, If this is my select, i can search for One, Two or Three.
I want to also be able to search for "XXXXXX" and get the One record.
<SELECT>
<OPTION VALUE="1" META="XXXXXX">One</OPTION>
<OPTION VALUE="2" META="YYYYYYY">Two</OPTION>
<OPTION VALUE="3" META="YYYYYYY">Three</OPTION>
</SELECT