gallery.accords-library.com/server/szurubooru/model
Shyam Sunder 4c78cf8c47 server/image_search: implement reverse search functionality in postgres
This will remove the dependency on the Elasticsearch database.

The search query is passed currently as raw SQL. Proper implementation
using SQLAlchemy will need custom ORM classed to be made.

Additional config parameter "allow_broken_uploads" has been added.
2020-03-13 22:45:11 -04:00
..
__init__.py server/image_search: implement reverse search functionality in postgres 2020-03-13 22:45:11 -04:00
base.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
comment.py server/model: use new sqlalchemy import style 2017-02-05 23:21:43 +01:00
post.py server/image_search: implement reverse search functionality in postgres 2020-03-13 22:45:11 -04:00
snapshot.py server/model: use new sqlalchemy import style 2017-02-05 23:21:43 +01:00
tag.py server/model: use new sqlalchemy import style 2017-02-05 23:21:43 +01:00
tag_category.py server: lint 2017-04-24 23:30:53 +02:00
user.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
util.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00