I suspect that JS/Typescript API and Java API send slightly different requests to Typesense - looks like some default/optional parameters are sent in one case and not sent in another case. During my tests I see slightly different search results when searching from the browser/Typescript code and searching from my Java program.
So I am checking the
/var/log/typesense/typesense-access.log
And I see there such lines:
1724938398724 127.0.0.1 GET /collections/r4/documents/search
How to see ALL search parameters on the server side?
Want to compare the search requests from Java API and from the Typescript API.