removedInput schema / additionalProperties
Removed value: -false
removedInput schema / properties / count / default
Removed value: -20
changedInput schema / properties / count / description
Previous value: -"Number of results (1-50, default 20)"New value: +"Number of results to return (max 20; default 20)."
removedInput schema / properties / count / maximum
Removed value: -50
removedInput schema / properties / count / minimum
Removed value: -1
changedInput schema / properties / count / type
Previous value: -"integer"New value: +"number"
removedInput schema / properties / country / default
Removed value: -"US"
changedInput schema / properties / country / description
Previous value: -"Search query country, where the results come from. The country string is limited to 2 character country codes of supported countries."New value: +"2-letter country code (ISO 3166-1 alpha-2). Defaults to US."
removedInput schema / properties / extra_snippets
Removed value: -{
- "default": false,
- "description": "A snippet is an excerpt from a page you get as a result of the query, and extra_snippets allow you to get up to 5 additional, alternative excerpts. Only available under Free AI, Base AI, Pro AI, Base Data, Pro Data and Custom plans.",
- "type": "boolean"
-}
removedInput schema / properties / freshness / anyOf
Removed value: -[
- {
- "const": "pd",
- "type": "string"
- },
- {
- "const": "pw",
- "type": "string"
- },
- {
- "const": "pm",
- "type": "string"
- },
- {
- "const": "py",
- "type": "string"
- },
- {
- "type": "string"
- }
-]
removedInput schema / properties / freshness / default
Removed value: -"pd"
changedInput schema / properties / freshness / description
Previous value: -"Filters search results by when they were discovered. The following values are supported: 'pd' - Discovered within the last 24 hours. 'pw' - Discovered within the last 7 Days. 'pm' - Discovered within the last 31 Days. 'py' - Discovered within the last 365 Days. 'YYYY-MM-DDtoYYYY-MM-DD' - Timeframe is also supported by specifying the date range e.g. 2022-04-01to2022-07-30."New value: +"Filter results by recency. Use pd (past day), pw (past week), pm (past month), py (past year), or a YYYY-MM-DDtoYYYY-MM-DD range."
addedInput schema / properties / freshness / type
Added value: +"string"
removedInput schema / properties / goggles
Removed value: -{
- "description": "Goggles act as a custom re-ranking on top of Brave's search index. The parameter supports both a url where the Goggle is hosted or the definition of the Goggle. For more details, refer to the Goggles repository (i.e., https://github.com/brave/goggles-quickstart).",
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedInput schema / properties / offset / default
Removed value: -0
changedInput schema / properties / offset / description
Previous value: -"Pagination offset (max 9, default 0)"New value: +"Pagination offset (max 9, in units of `count`)."
removedInput schema / properties / offset / maximum
Removed value: -9
removedInput schema / properties / offset / minimum
Removed value: -0
changedInput schema / properties / offset / type
Previous value: -"integer"New value: +"number"
addedInput schema / properties / q
Added value: +{
+ "description": "Search query (max 400 characters and 50 words).",
+ "type": "string"
+}
removedInput schema / properties / query
Removed value: -{
- "description": "Search query (max 400 chars, 50 words)",
- "maxLength": 400,
- "type": "string"
-}
removedInput schema / properties / safesearch / default
Removed value: -"moderate"
changedInput schema / properties / safesearch / description
Previous value: -"Filters search results for adult content. The following values are supported: 'off' - No filtering. 'moderate' - Filter out explicit content. 'strict' - Filter out explicit and suggestive content. The default value is 'moderate'."New value: +"Filter level for adult content."
removedInput schema / properties / search_lang / default
Removed value: -"en"
changedInput schema / properties / search_lang / description
Previous value: -"Search language preference. The 2 or more character language code for which the search results are provided."New value: +"2-letter language code for the search. Defaults to en."
removedInput schema / properties / spellcheck / default
Removed value: -true
changedInput schema / properties / spellcheck / description
Previous value: -"Whether to spellcheck provided query."New value: +"Whether to spellcheck the query."
addedInput schema / properties / text_decorations
Added value: +{
+ "description": "Whether to include decoration markers (e.g. highlighting) in result strings.",
+ "type": "boolean"
+}
removedInput schema / properties / ui_lang / default
Removed value: -"en-US"
changedInput schema / properties / ui_lang / description
Previous value: -"User interface language preferred in response. Usually of the format <language_code>-<country_code>. For more, see RFC 9110."New value: +"User interface language for the response, in the form <lang>-<country> (e.g. en-US)."
changedInput schema / required
Previous value: -[
- "query"
-]New value: +[
+ "q"
+]