Open
Description
Description
Using <Configure hitsPerPage={0} />
is tranformed to { "limit": 1 }
in the request sent to meilisearch therefore returning 1 hit when 0 have been requested.
Expected behavior
Choosing 0 hits per page should set the limit to 0 in generated ms request
Seems to come from