-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implementare la ricerca di item #90
Comments
Proviamo un approccio piu' umile e piu' safe per noi. Implementiamo a mano la ricerca degli item per testo. Le query sono:
Con una |
Forse è meglio https://pypi.python.org/pypi/Distance/
|
Aggiungiamo anche |
Dovrà essere aggiunto un endpoint
/items/db
che implementi la ricerca degli item. All'endpoint dovrà essere passato un argomentoquery
che sarà il testo da ricercare. Sarà necessario implementare la ricerca full text search su i campiname
edescription
. Vedere la doc di peewee per un esempio di ricerca full text searchThe text was updated successfully, but these errors were encountered: