Hello,

I want to implement a live search as your sample.
I want that the user search on some different words.
For example :
<ul>[*]Step 1 : Search = "Col" (we propose Columbine and he selects it)[*]Step 2 : Search = "Columbine; Blo" (we propose blooroot and he selects it)[*]Step 3 : Search = "Columbine; Blooroot; Cow" (we propose Cowslip and he selects it)[/list]So the final search would looks like :
"Columbine; Blooroot; Cowslip"

the ; character is an arbitrary character.

Is it possible with one combobox?
Otherwise how can I do?

Thanks.