documentation
documentation copied to clipboard
[WEB-5246] Typesense UI Adapter (Docs site)
What does this PR do? What is the motivation?
- Adds typesense instantsearch adapter package and replaces algolia with it in
instantsearch.js(formerlyalgolia.js) - Renames all algolia files and instances used in front end search UI with typesense or instantsearch
Jira Ticket
https://datadoghq.atlassian.net/browse/WEB-5246
Todo
- Update
additionalSearchParameterswith realquery_byvalue - Update
indexNametoapi_indexonce that collection has been created in Typesense - Replace
searchFunctionwithonStateChange(non-blocking, instantSearch-related updated)
Preview
Review all aspects of search (homepage, search results page, regular pages in the side nav, mobile nav search bar: https://docs-staging.datadoghq.com/davidweid/typesense-ui-adapter/
Merge instructions
- [ ] Please merge after reviewing
Additional notes
https://datadoghq.atlassian.net/browse/WEB-5246