Ajax search how to?

Hi guys,

i have a code something below

{"type":"combo","name":"user_id","label":"User","inputWidth":310,"connector":"/get/current/all?list=1&return=xml","filtering":true},

When i try to search some user lets say name start A letter but this code gives me Andy first instead of Aaron so i have to delete N letter type another A letter.

How can i solve this issue?

Hope i made my self clear.

or convert combobox into input would also works for me.

Combo doesn’t resort options. When you type “A” in the input box, it shows all options that contain such value. Order of options is the same as it was returned by “/get/current/all”

You can force necessary sorting order directly in a code of connector.