It seems like that when SearchClient receive more than 50 query in the search method, the Algolia server respond an error {"message":"Too many queries in multi query request","status":400}.
Could the client automatically chunk the queries by 50, send multiple request and then merge the results ?
Would this been technically and logically feasible ?
Objective is to be transparent for every packages using this client.
Related issue : algolia/recommend#142