You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beginning LIKE searches are harmful (%key) to the database's performance, AAS is a library that handles options for MATCH AGAINST queries automatically.
I'm gonna review it's documentation and then try to land a PR here with an implementation of it
disable the search by default
Due to the performance issues of LIKE %statement% searches, I propose to disable the search by default
I'm gonna to contribute here since: this project has wings to grow, it seems to decrease, by a lot, an API development and we will gonna use it.
This issue will serve as discussion on what I could or not implement and tracking of other issues where I'm gonna work on.
Epilogue.initialize
epilogue.initialize
(PR Add epilogue.initialize([options.resource]) #137)LIKE
searches are harmful (%key
) to the database's performance, AAS is a library that handles options forMATCH AGAINST
queries automatically.LIKE %statement%
searches, I propose to disable the search by default.editorconfig
(PR Add .editorconfig #138)app
is either: express or restify (related with warning about changing.name
on restify server #133 )The text was updated successfully, but these errors were encountered: