We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2136a3e commit f898319Copy full SHA for f898319
packages/docs/.vitepress/config.mts
@@ -207,7 +207,8 @@ export default defineConfig({
207
items: [
208
{ text: 'Full-text search', link: '/cloud/performing-search/full-text-search.html' },
209
{ text: 'Vector search', link: '/cloud/performing-search/vector-search.html' },
210
- { text: 'Hybrid search', link: '/cloud/performing-search/hybrid-search.html' }
+ { text: 'Hybrid search', link: '/cloud/performing-search/hybrid-search.html' },
211
+ { text: 'Custom Search Priority', link: '/cloud/performing-search/custom-search-priority.html' },
212
]
213
},
214
{
0 commit comments