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

Support free text search of all fields #9

Open
timwis opened this issue Jul 31, 2015 · 1 comment
Open

Support free text search of all fields #9

timwis opened this issue Jul 31, 2015 · 1 comment

Comments

@timwis
Copy link
Contributor

timwis commented Jul 31, 2015

node-sqlparser does parse FREETEXT(foo, 'bar') but it does not parse FREETEXT(*, 'bar') (with the wildcard)

(ref timwis/node-soda2-parser#1)

@timwis
Copy link
Contributor Author

timwis commented Jul 31, 2015

By the way, hello! And great library. I've used it to build a parser of an open data API called SODA2, which is basically SQL in querystring format. There were only a few, very minor things that didn't work. Of the 5 things, 2 of them may make sense for node-sqlparser to support (as I think they're part of regular SQL) so I've posted them as issues. I also submitted a pull request to upgrade a few of your tests. Thanks!

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