Hello, we have deployed the typesense search to ou...
# community-help
a
Hello, we have deployed the typesense search to our production env. The documents are imported succesfully, however sometimes it doesn't return queries and upon reattempting it returns. Does anyone have any insights on what could be causing this behavior? Or if it's not seen before is it possible it's due to my frontend call to the mutation? Any advice/help is appreciated. It works well, just janky sometimes and can't come up with a reason for this/how to ensure more precise results.
j
I'd recommend looking a the browser logs to see if there are any API errors logged. Or if you're sending calls to Typesense from your backend, you want to add more instrumentation on the exact API response from Typesense, log them somewhere and correlate timestamps between the logs and user reports to see the exact issue