API Key Error and Sorting Issue in Java Client
TLDR suraj faced an API key error and sorting issue in their Java code. Kishore Nallan provided guidance, and after rechecking the fields, suraj confirmed that all issues were resolved.

Mar 25, 2023 (6 months ago)
suraj
05:54 AMKishore Nallan
06:23 AMsuraj
07:01 AMsuraj
07:01 AMsuraj
07:01 AMKishore Nallan
07:02 AMsuraj
07:04 AMsuraj
07:06 AMKishore Nallan
07:07 AMsuraj
07:23 AM"ok": true
}
suraj
07:24 AMKishore Nallan
07:25 AMsuraj
01:00 PMsuraj
01:01 PMsuraj
01:01 PMMar 26, 2023 (6 months ago)
Kishore Nallan
01:50 PMWhat was the issue?
> somehow sorting is not working
Can you elaborate what you are expecting vs what you are getting? You're sorting by
ratings_count:desc
and I see that the responses are indeed in descending order of the value of the ratings_count field.Apr 02, 2023 (6 months ago)
suraj
06:48 AM
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Resolving Issues with Scoped API Keys in Typesense with Golang
Suvarna had problems with generating and using scoped API keys in Typesense with Golang. Several bugs misleading the user were found and fixed by Kishore Nallan.



Sorting Results in Typesense and Handling Errors
Ramees asks about sorting results by distance in Typesense, entering a list of strings as a field, and resolving an error with `fields` format. Kishore Nallan assists with these issues and advises on storing timestamps and proper authentication.

Issues with Generating Scope API Keys in Python
Danny had issues generating a valid scope API key in a Python GraphQL server. Jason suggested encoding changes and confirmed that the key length varies. Issue unresolved with Python, although JS library worked.
Fixing "bad json" error in Typesense 0.24
Adam experiences "bad json" error when creating collections in Typesense 0.24. Jason identifies a typo in the docs causing the error and helps troubleshoot additional errors.



Trouble Spotting API Error in Dart vs Shell Operations
Erick is having issues with the typesense API, receiving errors in Dart that are not present in shell operations. Despite Kishore Nallan trying to help, no solution has been found, leading Erick to post the issue on the dart client repository.