Skip to content

Commit 7fffd39

Browse files
add three new search capabilities (#2991)
* add three new search capabilities * Update Search.tsx * Update package.json * Update package.json * Update Search.tsx * Update Search.tsx * Update Search.tsx * Update Search.tsx * Update package.json * Update Search.tsx * Update Search.tsx * Update package.json * Update Search.tsx * Update Search.tsx
1 parent 9954522 commit 7fffd39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@astrojs/react": "^4.4.0",
5757
"@astrojs/sitemap": "^3.6.0",
5858
"@astrojs/vercel": "^8.2.8",
59-
"@chainlink/cl-search-frontend": "^0.11.4",
59+
"@chainlink/cl-search-frontend": "^0.12.0",
6060
"@chainlink/components": "^0.4.18",
6161
"@chainlink/contracts": "1.4.0",
6262
"@chainlink/contracts-ccip": "1.6.1",

src/components/Header/aiSearch/Search.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function AlgoliaSearch({ algoliaVars }) {
4040
categoryOrder={["Documentation"]}
4141
popularCards={popularCards}
4242
ariaLabel="Open AI search"
43+
spotlight={["Documentation"]}
4344
/>
4445
)
4546
}

0 commit comments

Comments
 (0)