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
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
The text was updated successfully, but these errors were encountered:
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 isthis.searchIndex = this.$lunr.Index.load(searchJson);
We may need to switch out mechanism for searching. Potentially switch to Algolia or TypeSense
The text was updated successfully, but these errors were encountered: