Lines Matching full:search

20 use Google\Service\CustomSearchAPI\Search;  alias
33 * Returns metadata about the search performed, metadata about the engine used
34 * for the search, and the search results. Uses a small set of url patterns.
40 * Chinese Search](https://developers.google.com/custom-
41 * search/docs/json_api_reference#chineseSearch). The default value for this
44 * @opt_param string cr Restricts search results to documents originating in a
47 * search/docs/json_api_reference#booleanOperators) in the cr parameter's value.
48 * Google Search determines the country of a document by analyzing: * the top-
52 * search/docs/json_api_reference#countryCollections) page for a list of valid
54 * @opt_param string cx The Programmable Search Engine ID to use for this
63 * search results must contain.
65 * appear in any documents in the search results.
67 * extension. A list of file types indexable by Google can be found in Search
71 * search/docs/json_api_reference#automaticFiltering) for more information about
72 * Google's search results filters. Note that host crowding filtering applies
74 * search results to improve the quality of those results. Acceptable values
78 * two-letter country code. The `gl` parameter boosts search results whose
81 * search/docs/json_api_reference#countryCodes) page for a list of valid values.
88 * or google.fr) to use to perform the search.
89 * @opt_param string highRange Specifies the ending value for a search range. *
90 * Use `lowRange` and `highRange` to append an inclusive search range of
93 * this parameter improves the performance and the quality of your search
95 * /custom-search/docs/json_api_reference#wsInterfaceLanguages) section of
98 * search/docs/json_api_reference#wsInternationalizing) for more information,
100 * search/docs/json_api_reference#interfaceLanguages) for a list of supported
116 * @opt_param string linkSite Specifies that all search results should contain a
118 * @opt_param string lowRange Specifies the starting value for a search range.
119 * Use `lowRange` and `highRange` to append an inclusive search range of
121 * @opt_param string lr Restricts the search to documents written in a
135 * @opt_param int num Number of search results to return. * Valid values are
137 * @opt_param string orTerms Provides additional search terms to check for in a
138 * document, where each document in the search results must contain at least one
139 * of the additional search terms.
141 * @opt_param string relatedSite Specifies that all search results should be
147 * @opt_param string safe Search safety level. Acceptable values are: *
150 * @opt_param string searchType Specifies the search type: `image`. If
152 * `"image"`: custom image search.
161 * sort=date](https://developers.google.com/custom-search/docs/structured_search
169 * @return Search
175 return $this->call('list', [$params], Search::class);