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 a72a02d commit 971a0bcCopy full SHA for 971a0bc
src/theme/Navbar/Search/index.tsx
@@ -368,7 +368,7 @@ export default function NavbarSearch({className}: Props): ReactNode {
368
"https://ms-0e8ae24505f7-30518.sfo.meilisearch.io", // Meilisearch Cloud
369
apiKey: "", // No API key needed for Netlify function
370
indexUid: "semgrep_docs", // Use same index name everywhere
371
- placeholder: "🔍 Search docs... (Hybrid: 70% semantic + 30% keyword)"
+ placeholder: "Search docs..."
372
};
373
} else {
374
// All other branches - disable Meilisearch
0 commit comments