Include total hits in Search response
complete
Kostas Botsas
complete
As of v0.27.0 the totalCount of Search results is available in the Typescript SDK. It is also already available in the Python SDK and REST API.
Kostas Botsas
The totalCount of search results is being added to the TypeScript SDK https://github.com/xataio/client-ts/pull/1232 with v0.27.0.
Kostas Botsas
totalCount is implemented in the REST API as part of /search API responses. Support for this new response field is in the works for the Typescript SDK .
Kostas Botsas
in progress