Please, also add some options on the **sorting order** of the results. We now only have "Future to Past / Past to Future" sorting order that makes sense in case of *scheduled* tasks. But what if I am searching amongst *unscheduled* ones? For example, I have a filter that looks for all the unscheduled tasks from meeting note follow-ups - not to forget any of them. These are now displayed in some random order in the search results while I would expect them to be sorted at least in an order similar to the order of the meeting notes in the sidebar. Or even better, to have an option to sort notes in the search results by title, creation date, update date (asc / desc).
See also the release notes from the plug-in https://github.com/NotePlan/plugins/releases/tag/jgclark.Sea… Has some smart suggestions about +, -, ! and multi word search that I would love to be a part of NotePlan core filters functionality. But probably the most valuable feature in filters for me would be the ability to *exclude content*: - exclude certain folders - exclude certain search words - exclude certain hashtags
This relates to the request for logical query operators and extended search: https://noteplan.canny.io/general-feature-request/p/add-sear… Current discussion re: a fuse-enabled plugin or native Swift solution.
Do we have any update on this?? It would be really helpful to add some more "power" to the search/review. I would simply add a request to add the same functions to the /search callback. It would be really usefull!
Johannes Kees, have merged your request, I think this one also covers it?
Eduard Metzger: Indeed, this describes all i need
This is what I'm looking for too. I create notes with tags and mentions at the top. These notes contain tasks too. It would be great if the tasks inherit the note level tags and show in review results.
Eduard Metzger I would also recommend excluding certain folders from the scope. Templates used in a week are shown in the "Review" view. I can't seem to exclude a folder from the search scope. They can't be excluded through regular filters. My understanding is this is a Noteplan feature and not a Template plugin feature. Template tasks for a "Weekly Review" show both the template tasks and the note tasks from the "Weekly Review". Thoughts?
Alvaro Ybañez: Yes, “Folders” is also mentioned in the title of this request. Makes sense for cases like the one you mentioned.
This is exactly what im looking for!
Agree - and would also suggest extending to no tags at all, no mentions at all, etc.
Totally agree. This would make the review filters so much more useful.
You can add a tag to the keyword field when you edit a review filter. Does this work for you?
Eduard Metzger: Sorry, I would mean tasks not tagged but contained inside projects tagged with "#important", for instance. thanks for your outstanding work, BTW!!!
Eduard Metzger: I think he means tasks that are child of a "Project A" note and only those. I would use this chance to add idea of being able to filter by headers too so i could see only tasks from "# Home" section of my note or project instead of having to tag 39 tasks with "#home" or "@home" one by one.
Dav1d: Aaah, ok that's a bit deeper.
this is my biggest "need" and the reason I keep looking at Obsidian, Logseq, etc. We really need a "custom filter" button in the new filter dialog. Give the user a space to type out a simple query. Logseq like: {{query AND (open (OR @shopping @errands))}} {{query AND (closed OR (folder:1-Work folder:2-Side Gig))}} Obsidian like: ```query not done (tag @shopping) OR (tag @errand) (folder includes calendar) or (folder includes 1 - Work) group by priority group by filename show tree ```