Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sangjela opened this issue May 25, 2023 · 0 comments
Open

Comments

@sangjela
Copy link

sangjela commented May 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant