mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Fix
This commit is contained in:
@@ -267,7 +267,7 @@ class MeiliSearchService(Generic[MODEL], BaseSearchService[MODEL, SearchQuery]):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
async def get_object_ids(
|
async def get_object_ids(
|
||||||
cls, query: SearchQuery, redis: aioredis.Redis
|
cls, query: SearchQuery, redis: aioredis.Redis, no_cache: bool
|
||||||
) -> tuple[int, list[int]]:
|
) -> tuple[int, list[int]]:
|
||||||
return await cls._get_object_ids(query)
|
return await cls._get_object_ids(query)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user