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. (cse.listCse)
39 * Chinese Search](https://developers.google.com/custom-
40 * search/docs/json_api_reference#chineseSearch). The default value for this
43 * @opt_param string cr Restricts search results to documents originating in a
46 * search/docs/json_api_reference#booleanOperators) in the cr parameter's value.
47 * Google Search determines the country of a document by analyzing: * the top-
51 * search/docs/json_api_reference#countryCollections) page for a list of valid
53 * @opt_param string cx The Programmable Search Engine ID to use for this
62 * search results must contain.
64 * appear in any documents in the search results.
66 * extension. A list of file types indexable by Google can be found in Search
70 * search/docs/json_api_reference#automaticFiltering) for more information about
71 * Google's search results filters. Note that host crowding filtering applies
73 * search results to improve the quality of those results. Acceptable values
77 * two-letter country code. The `gl` parameter boosts search results whose
80 * search/docs/json_api_reference#countryCodes) page for a list of valid values.
87 * or google.fr) to use to perform the search.
88 * @opt_param string highRange Specifies the ending value for a search range. *
89 * Use `lowRange` and `highRange` to append an inclusive search range of
92 * this parameter improves the performance and the quality of your search
94 * /custom-search/docs/json_api_reference#wsInterfaceLanguages) section of
97 * search/docs/json_api_reference#wsInternationalizing) for more information,
99 * search/docs/json_api_reference#interfaceLanguages) for a list of supported
115 * @opt_param string linkSite Specifies that all search results should contain a
117 * @opt_param string lowRange Specifies the starting value for a search range.
118 * Use `lowRange` and `highRange` to append an inclusive search range of
120 * @opt_param string lr Restricts the search to documents written in a
134 * @opt_param int num Number of search results to return. * Valid values are
136 * @opt_param string orTerms Provides additional search terms to check for in a
137 * document, where each document in the search results must contain at least one
138 * of the additional search terms.
140 * @opt_param string relatedSite Specifies that all search results should be
146 * @opt_param string safe Search safety level. Acceptable values are: *
149 * @opt_param string searchType Specifies the search type: `image`. If
151 * `"image"`: custom image search.
160 * sort=date](https://developers.google.com/custom-search/docs/structured_search
168 * @return Search
174 return $this->call('list', [$params], Search::class);