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
The second parameter of search is requestOptions and is typed as RequestOptions & SearchOptions. However I don't see the queryLanguages listed in the SearchOptions type (I don't expect it to be in RequestOptions since that type is purely for configuring the request itself). Right now queryLanguages is listed in the in Settings type but I believe it could also be added to SearchOptions.
What do you guys think about adding queryLanguages to SeachOptions?
The text was updated successfully, but these errors were encountered:
According to the documentation of the
queryLanguages
parameter, it can be passed to the search function as so:The second parameter of
search
isrequestOptions
and is typed asRequestOptions & SearchOptions
. However I don't see thequeryLanguages
listed in theSearchOptions
type (I don't expect it to be inRequestOptions
since that type is purely for configuring the request itself). Right nowqueryLanguages
is listed in the inSettings
type but I believe it could also be added toSearchOptions
.What do you guys think about adding
queryLanguages
toSeachOptions
?The text was updated successfully, but these errors were encountered: