Hi,
I have a listbox which I would like to search. Does anyone have any cool algorithms to do this?
The search must return the item that fits closest to the search criteria.
Printable View
Hi,
I have a listbox which I would like to search. Does anyone have any cool algorithms to do this?
The search must return the item that fits closest to the search criteria.
In JavaScript?
If possible. I guess i'm really looking for algorithms. The syntax is a separate issue.