changedInput schema / properties / preference / properties / search_type / default
Previous value: -"hybrid"New value: +"auto"
changedInput schema / properties / preference / properties / search_type / description
Previous value: -"Search algorithm to use for this preference. Optional. Default is HYBRID. Use HYBRID for a mix of semantic and keyword search, SPARSE for keyword-preferred search, VECTOR for semantic-preferred search, and EXACT when an exact match is required (case and language sensitive)."New value: +"Search algorithm to use for this preference. Defaults to auto — the system classifies the best type from the category. You can also specify: hybrid for semantic + keyword mix, sparse for keyword-preferred, vector for semantic-preferred, exact for precise title match."
changedInput schema / properties / preference / properties / search_type / enum
Previous value: -[
- "vector",
- "hybrid",
- "sparse",
- "exact"
-]New value: +[
+ "vector",
+ "hybrid",
+ "sparse",
+ "exact",
+ "auto"
+]
changedOutput schema / properties / search_type / enum
Previous value: -[
- "vector",
- "hybrid",
- "sparse",
- "exact"
-]New value: +[
+ "vector",
+ "hybrid",
+ "sparse",
+ "exact",
+ "auto"
+]