You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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<object>;
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.
The text was updated successfully, but these errors were encountered:
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<object>;
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.
The text was updated successfully, but these errors were encountered: