tal7aouy/search-dropdown-vue

Suggest additional normal search option add ( alt regExp match Option)

Opened this issue · 0 comments

Good Day!

Thank you for your hard work.

We Use This module for some Sql sample selector.

ex) [select * from Fish, select * from Animal, select * from Bird, ... ]
but when we type * from , nothing matched. may be It Use RegExp match?
(yes, if we use .* from Fish, it matched. )

If there are some option for simple compare way It very helpful for us.
ex) "abcd EEd".includes("EEd") => true
"select * from Fish".includes("* from") => true

Thank you for taking the time to review issue.

I hope you have a great day.