Skip to content

Commit

Permalink
chore(cloudsearch): update the api
Browse files Browse the repository at this point in the history
#### cloudsearch:v1

The following keys were changed:
- revision (Total Keys: 1)
- schemas.SuggestRequest.properties.dataSourceRestrictions (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 3, 2021
1 parent c1635fd commit 3ee9ab1
Show file tree
Hide file tree
Showing 2 changed files with 5,010 additions and 5,010 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/cloudsearch_v1.query.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Request of suggest API.
&quot;dataSourceRestrictions&quot;: [ # The sources to use for suggestions. If not specified, the data sources are taken from the current search application. NOTE: Suggestions are supported only for third party data sources and people (i.e. PredefinedSource.PERSON).
&quot;dataSourceRestrictions&quot;: [ # The sources to use for suggestions. If not specified, the data sources are taken from the current search application. NOTE: Suggestions are only supported for the following sources: * Third-party data sources * PredefinedSource.PERSON * PredefinedSource.GOOGLE_DRIVE
{ # Restriction on Datasource.
&quot;filterOptions&quot;: [ # Filter options restricting the results. If multiple filters are present, they are grouped by object type before joining. Filters with the same object type are joined conjunctively, then the resulting expressions are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only few filters at the moment: &quot;objecttype&quot;, &quot;type&quot; and &quot;mimetype&quot;. For now, schema specific filters cannot be used to filter suggestions.
{ # Filter options to be applied on query.
Expand Down

0 comments on commit 3ee9ab1

Please sign in to comment.