Things I have tried
I have created 7 day’s dairy using a template, I entitled each dairy using week number and date like this :08(week_number)-2022-02-XX.md, in each dairy, I have a section called “idea”, under which have some lists,like below:
## idea
- XXX
- XXX
## other topic
What I’m trying to do
I want to show all this week’s ideas, so I make a query like this:
query
"- "section: (idea) path:08-
but the result show all the "- "items, not only the ones under ##idea, please tell me where the problem is ,and show me the right way to do the search i wish to do .
Thanks a lot.