salk31 / RedQueryBuilder

SQL Query Builder UI JavaScript component
http://redquerybuilder.appspot.com/
Eclipse Public License 1.0
96 stars 22 forks source link

Need prefix search in column selection #49

Open scottdear opened 7 years ago

scottdear commented 7 years ago

In the value suggestbox, it supports prefix search, but the column search does not. Column search needs to prefix search. i.e.

If I have a string "Sally Johnson"

In the value SuggestPopup if I type "Sally" it finds the record, if I type "Johnson" it also finds the record. In the column selection it will only find the record if I type "Sally", if I enter "Johnson" it does not find the record.