This commit is contained in:
2021-11-18 23:44:09 +03:00
parent b5ce3806e9
commit ad64f85fe8
5 changed files with 19 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ from app.serializers.book import CreateBook, CreateRemoteBook
class BookTGRMSearchService(TRGMSearchService):
MODEL = BookDB
MODEL_CLASS = BookDB
FIELDS = [
BookDB.Meta.table.c.title
]