changedInput schema / properties / query / description
Previous value: -"Search query"New value: +"Text to match against item titles and content (case-insensitive substring)"
addedOutput schema / properties / results / items / properties / breadcrumb
Added value: +{
+ "description": "Location path from the workspace root to the item (for a database_row, ends with its parent database name)",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / results / items / properties / databaseId
Added value: +{
+ "description": "Parent database ID, present for database_row results (pass to query_database)",
+ "type": "string"
+}
changedOutput schema / properties / results / items / properties / id / description
Previous value: -"Item ID"New value: +"Item ID (pass to get_page)"
addedOutput schema / properties / results / items / properties / matchedOn
Added value: +{
+ "description": "Where the query matched: title | content",
+ "type": "string"
+}
addedOutput schema / properties / results / items / properties / parentId
Added value: +{
+ "description": "Parent item ID for nested sidebar items",
+ "type": "string"
+}
changedOutput schema / properties / results / items / properties / snippet / description
Previous value: -"Matching content snippet (pages only)"New value: +"Matching content snippet (empty when the match was on the title)"
changedOutput schema / properties / results / items / properties / type / description
Previous value: -"Item type (page | database)"New value: +"Item type: page | database | database_row"
changedOutput schema / properties / results / items / required
Previous value: -[
- "id",
- "type",
- "title",
- "snippet"
-]New value: +[
+ "id",
+ "type",
+ "title",
+ "breadcrumb",
+ "matchedOn",
+ "snippet"
+]