nothingislost / obsidian-query-control

An experimental Obsidian plugin that adds controls to embedded queries
MIT License
278 stars 16 forks source link

`path:` doesn't work #18

Closed stoweboyd closed 11 months ago

stoweboyd commented 2 years ago

I am trying to limit search to a specific file, and then to find a string, but I never get any results.

path:"2022 journal/2022-07-23.md" line:("- [?]")

The path attribute is taken from the default search.

nothingislost commented 11 months ago

Works for me. I think the issue is probably with the line:("- [?]") portion of this query. Feel free to reopen if it's still a problem.