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

@@ -4,7 +4,7 @@ from app.services.common import TRGMSearchService
class SequenceTGRMSearchService(TRGMSearchService):
MODEL = Sequence
MODEL_CLASS = Sequence
FIELDS = [
Sequence.Meta.table.c.name
]