This repository was archived by the owner on Oct 20, 2022. It is now read-only.
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
Design Search Bar #287
Open
Description
- We plan in the near future to have a fully fledged search function in our website
- In the short term we can just have a basic keyword search
- We could just create a ES + Retriever system in Haystack
- Let's support versions by attaching it as filterable metadata
- Search should only return results from the version of the page the user is currently on
- For this, we need a basic design and implementation for the search bar
- Shows page info for search results
- Shows some context around the matched word
- Users can click on a page to get
- Algolia UI kit can be inspiration for what this might look like
- Can handle both highlighted sentences as return or whole pages
- Would be good if its possible to track user click behaviour
- Can potentially be extended in future for autocompletion and also suggested questions