SQLAlchemy-Searchable ===================== SQLAlchemy-Searchable provides `full text search`_ capabilities for SQLAlchemy_ models. Currently, it only supports PostgreSQL_. .. toctree:: :maxdepth: 2 quickstart search_query_parser configuration vectorizers alembic_migrations integrations .. _`full text search`: https://en.wikipedia.org/wiki/Full_text_search .. _SQLAlchemy: https://www.sqlalchemy.org/ .. _PostgreSQL: https://www.postgresql.org/