-
Notifications
You must be signed in to change notification settings - Fork 99
MySQL full text seach #186
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
Comments
Hi @hugofialho, thank you for the suggestion. Do you happen to know if other SQL databases like PostgreSQL, MSSQL and Oracle support the same Also your implementation is prone to SQL injection attacks, we need to find a way how to provide |
See https://loopback.io/doc/en/contrib/code-contrib.html to learn about the contribution process in general and https://github.com/strongloop/loopback-connector-mysql#running-tests for instructions on how to test the MySQL connector. Inside this repository (loopback-connector), we are using typical Node.js workflow - |
Hello @bajtos, unfortunatly each database has a unique sintax for full text search. I taked a look in loopback-connector-mysql and not see any part obvious wich can implement this suggestion. Do you have any adivise how can i implament this inside loopback-connector-mysql? |
Take a look at this pull request: loopbackio/loopback-connector-postgresql#460 It added support for a new custom |
@bajtos I am trying to implement this, and will raise a PR soon. |
I have raised a PR for this - loopbackio/loopback-connector-mysql#454 |
Closing as done. |
Suggestion
Suport full text search in mysql using match against
Examples
To query data i thought this:
I studied the code and implement this inside de method 'SQLConnector.prototype._buildWhere'
Acceptance criteria
There is any suggestion to enhance the solution?
This idea is in the scope of this project? If yes, how can i do a pull request?
The text was updated successfully, but these errors were encountered: