We are populating a data drop down list and pulling keys and values from a registered table. For example,
LU_STATE
STATE_ID STATE_DESC
1 VA
2 TX
3 FL
4 GA
5 ...
When the drop down list is saved the state_id is stored in Documentum repository. When a user performs searches for a specific state the correct results are not returned properly, since we have not customized search yet. What is a good approach in be able to give the user the cability to search the STATE_DESC field? Can someone give me a good example?