Searching in Typesense is idempotent, so there is ...
# community-help
f
Searching in Typesense is idempotent, so there is either a side effect present from business logic on the backend or something introduced on the front end. You should ensure your search parameters are the same between the two requests, not just on your server, but Typesense's API as well
👍 1