-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 result with tasks and notes #4581
Comments
@laurent22, Can I work on this issue? Also, can you please confirm that it is a valid bug and this behaviour is not intentional? |
I don't know, for now we're only trying to fix issues that have been triaged, so which have additional labels like "high" or "medium". |
Perhaps this issue fix from naviji could help for this bug. |
I have fixed the issue, I'll make a PR shortly after I finish running the test units :) |
I'm facing this issue in lib/services/searchengine/SearchEngineUtils.ts
I get the error:TypeError: Cannot read property 'encryption_applied' of undefined |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
Yes
|
Thank you @JackGruber 😀 |
A search with a query like
notebook:notebook1
give as result, notes and tasks completed and not completed.Tasks completed are also shown if the option “show completed to-dos” is unchecked.
The filter
iscompleted:0
is not useful because in this case notes are not visible.Environment
Joplin version: 1.7.11
Platform: Windows
OS specifics: Win10
Steps to reproduce
notebook:notebook1
Describe what you expected to happen
Not show completed tasks when “show completed to-dos” is unchecked.
The text was updated successfully, but these errors were encountered: