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

Star '*' operator in search bar #38

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

Star '*' operator in search bar #38

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Brief description of the enhancement:
Star operator '*' should be used as a wildcard during SQL values search.

Some examples:
Searching "foo*" should return all rows that contain values that starts with 
"foo" characters.
Searching "*foo*" should return all rows with values containing the "foo" 
sequence.

References with other enhancements:
See Issue 36 for a drafted grammar that contains this operator.
See related Issue 31 and Issue 35.

In SQL syntax, '*' operator should be translated to '%' operator.

Original issue reported on code.google.com by gpantane...@gmail.com on 18 Jun 2010 at 11:08

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

No branches or pull requests

1 participant