Skip to content

Commit 2ceb148

Browse files
committed
add three new search capabilities
1 parent 5cc8a6a commit 2ceb148

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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.3.0",
5757
"@astrojs/sitemap": "^3.5.1",
5858
"@astrojs/vercel": "^8.2.7",
59-
"@chainlink/cl-search-frontend": "^0.11.4",
59+
"@chainlink/cl-search-frontend": "^0.12.0-3",
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ function AlgoliaSearch({ algoliaVars }) {
4040
categoryOrder={["Documentation"]}
4141
popularCards={popularCards}
4242
ariaLabel="Open AI search"
43+
spotlight={["Documentation"]}
44+
categoriesToShow={["Documentation", "CCIP Network"]}
45+
hideSuggestions={true}
4346
/>
4447
)
4548
}

0 commit comments

Comments
 (0)