-
-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Open
Include type definition or more extensive docs for the response of
client.search.query#406Labels
Description
Feature Description
Unclear what the response format is of the search functions - it's typed to just return an object:
const searchResults = await client.search.query(encodedQuery);
type:
query(searchTerm: string): Promise
Example Use Case
Provide an example or context where this feature would be beneficial.
Would be helpful to have a short code sample that shows the usage of searchResults in practice, or additional type information on the response syntax.
Additional Information
Any other details or ideas related to the feature.