Couldn't find anywhere that this is brought up so far:
I use valuelists to populate drop down menus, the list can look something like
AAA = A string for the value
BBB = This is how it looks to user
CCC = Etc
Is there a way to make the search feature check the string representation as well?
Right now, if I search for BBB, all the records that were put in for BBB will come up....I was wondering if its possible for them to come up if I search for "how it looks" instead.
Thanks!
-Kurtis