Hello, I'm using the multi search request but it r...
# community-help
t
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
How many parallel multi search requests are you making?
t
I'm using multi search to search for products and then another multi search to search for attributes.
k
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
Thanks for the fast response. I noticed that I was doing the multi search request the wrong way.. is now working! 😄
👍 1