You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|buildTriggerId| string |:white_check_mark:| The [ID of the build trigger](https://www.datocms.com/docs/site-search/base-integration#performing-searches) to use to find search results ||
63
+
|searchIndexId| string |:white_check_mark:| The [ID of the the search index](https://www.datocms.com/docs/site-search/base-integration#performing-searches) to use to find search results ||
64
64
| fuzzySearch | boolean |:x:| Whether fuzzy-search is active or not. When active, it will also find strings that approximately match the query provided. | false |
65
65
| resultsPerPage | number |:x:| The number of search results to show per page | 8 |
66
66
| highlightMatch | (match, key, context: 'title' \| 'bodyExcerpt') => React.ReactNode |:x:| A function specifying how to highlight the part of page title/content that matches the query | (text, key) => (<mark key={key}>{text}</mark>) |
0 commit comments