Hello, I'm using the multi search request but it returns "Server said: Number of multi searches exceeds `limit_multi_searches`". I have changed it to 5000, 10000, 50000, 100000 and 1000000 and it keeps returning the same message.... The total documents is 73563. Is there a limit for multi search request?
k
Kishore Nallan
06/21/2022, 9:34 AM
How many parallel multi search requests are you making?
t
Tiago Silva
06/21/2022, 9:36 AM
I'm using multi search to search for products and then another multi search to search for attributes.
k
Kishore Nallan
06/21/2022, 9:37 AM
This error only happens when you have too many multi searches. Default limit is 50. Can you please post a small reproduceable code snippet that show cases the issue?
t
Tiago Silva
06/21/2022, 11:05 AM
Thanks for the fast response. I noticed that I was doing the multi search request the wrong way.. is now working! 😄