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
I have no clue about the intricacies here, yet; possibly opting out of filterBody(doc) can help if this.searchIndex.search(query) returns a list of matching files in a more reasonable amount of time already.
(I really wonder how the search index of Notational Velocity can be so blazing fast! I'd love to copy the solution here :))
The text was updated successfully, but these errors were encountered:
Live-filtering a folder with 3500 notes is pretty slow, see seongjaelee/nvatom#35
I have no clue about the intricacies here, yet; possibly opting out of
filterBody(doc)
can help ifthis.searchIndex.search(query)
returns a list of matching files in a more reasonable amount of time already.(I really wonder how the search index of Notational Velocity can be so blazing fast! I'd love to copy the solution here :))
The text was updated successfully, but these errors were encountered: