Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade search to include docs #119

Open
mirestrepo opened this issue Mar 3, 2023 · 0 comments
Open

fix: upgrade search to include docs #119

mirestrepo opened this issue Mar 3, 2023 · 0 comments

Comments

@mirestrepo
Copy link
Member

On our latest build the search index for the docs appears to be to large and the performance of the lunr package we are using is not good. The slow step is
this.searchIndex = this.$lunr.Index.load(searchJson);

We may need to switch out mechanism for searching. Potentially switch to Algolia or TypeSense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant