Answer the question
In order to leave comments, you need to log in
How to implement Full text search for Postgresql on SQLAlchemy?
Hello.
There is a Flask application. I'm using Flask-SQLAlchemy. Postgres base. There are already quite a few models of this type:
class Some(db.Model):
id = db.Column(db.Integer, primary_key=True, autoincrement=True)
text = db.Column(db.String, nullable=False)
Answer the question
In order to leave comments, you need to log in
habrahabr.ru/post/234613 Whoosh
A long time ago I used sphinx search, updated the cache with helpers in classes, we are talking about ORM, now a decorator would do it. @update_cache or something like that.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question