-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Search doesn't work for lazy loaded nodes #1
Comments
zadam
added a commit
that referenced
this issue
Jan 16, 2018
1 task
This was referenced Jan 8, 2022
This was referenced Nov 24, 2022
Closed
Closed
Closed
capi
pushed a commit
to capi/trilium
that referenced
this issue
Aug 7, 2024
add steps to push container to DockerHub as well
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since Trilium now lazy loads all tree nodes, filtering existing branches doesn't work. Backend returns correct noteIds, but since nodes with these notes are not lazy loaded yet, they won't be filtered.
One way to fix this is to walk through "some path" of every returned note before running the tree.filterBranches.
The text was updated successfully, but these errors were encountered: