Author Topic: Search for "other" values.  (Read 879 times)

berber

  • Newbie
  • *
  • Posts: 2
    • View Profile
Search for "other" values.
« on: April 03, 2022, 09:47:19 pm »
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.
Code: [Select]
<SELECT>
<OPTION VALUE="1" META="XXXXXX">One</OPTION>
<OPTION VALUE="2" META="YYYYYYY">Two</OPTION>
<OPTION VALUE="3" META="YYYYYYY">Three</OPTION>
</SELECT

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Search for "other" values.
« Reply #1 on: April 04, 2022, 12:11:37 pm »
There is no such option currently, but thanks for your suggestion as it might be considered for upcoming versions.