formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Making search specific #710

Open jgold723 opened 4 years ago

jgold723 commented 4 years ago

I have a field in my database "status" with radio buttons for options.

Unfortunately (stupidly) I made the options similar: Active, Inactive

So searching for either one brings up all.

Is there a way to fix this, either by making the search specific, or perhaps by changing the value of the options?

I did try changing the options value ("Active" became "Current" but that just made all the statuses disappear.