support documents.get with tenant tokens #689
Replies: 2 comments 3 replies
-
Hi @derekperkins , thanks for taking the time to give us your feedback, it's super valuable to us! The team is quite busy working on other priorities, so I can't promise we can work on it at the moment. Can you accomplish this using the search endpoint as a workaround? |
Beta Was this translation helpful? Give feedback.
-
Our issue is with the hard search limits. Search endpoint worked fine until documents in an index (filtered by an tenant id) exceeded the limits. We only leverage filters for this case and was happy to see the fetch documents endpoint accepts filters however learned that its not supported with tenant tokens (documents do not mention this BTW). Tenants could have any number of documents in an index and meilisearch documents caution against setting high search limits as it would slow down performance. |
Beta Was this translation helpful? Give feedback.
-
We have several cases where we store ids and want to return values from meilisearch. The search to find those ids works great with tenant tokens, but we're unable to fetch those ids with tenant tokens, which is frustrating.
https://www.meilisearch.com/docs/reference/api/documents#get-documents-with-post
Beta Was this translation helpful? Give feedback.
All reactions