Hi cbrman,
Ahh... it searches by the option list *value*, not what's being displayed in the dropdown. In your case, the "Agent" dropdown has numeric values for each agent (e.g. Chris = 2), so you need to search by the numeric value to find all of Chris's results.
NOT exactly terrific. Hmm... I'm going to log this as a bug. What should really happen is that the search bar should show a second dropdown containing all the valid values. Or, worst-case, search on the displayed values.
In the meantime, can you change the Option List to store strings for the Option List values instead of the numeric ones? Or are you using a Client Map filter - or have some other reason for the numeric values?
- Ben
Ahh... it searches by the option list *value*, not what's being displayed in the dropdown. In your case, the "Agent" dropdown has numeric values for each agent (e.g. Chris = 2), so you need to search by the numeric value to find all of Chris's results.
NOT exactly terrific. Hmm... I'm going to log this as a bug. What should really happen is that the search bar should show a second dropdown containing all the valid values. Or, worst-case, search on the displayed values.
In the meantime, can you change the Option List to store strings for the Option List values instead of the numeric ones? Or are you using a Client Map filter - or have some other reason for the numeric values?
- Ben