feat(author.py):addresolver for searching authors by text
All checks were successful
Deploy on push / deploy (push) Successful in 1m15s

This commit is contained in:
Stepan Vladovskiy
2025-04-29 17:45:37 -03:00
parent fac43e5997
commit 93c00b3dd1
3 changed files with 43 additions and 3 deletions

View File

@@ -514,7 +514,7 @@ class SearchService:
# Convert author dict to list
author_docs_list = list(author_docs.values())
# Log indexing started message
logger.info("indexing started...")