Keys with spaces cannot be queried
See original GitHub issueSay I have a note “test” with these fields and values
---
Multiple words: yes
singleWord: yes
---
DQL cannot retrieve it:
```dataview
list where singleWord = "yes"
(return the note "test)
list where ["Multiple words"] = "yes"
(0 results)
However in the console I can still retrieve it:
app.plugins.plugins.dataview.api.page("test")["Multiple words"]
"yes"
- Dataview Version: 0.4.22. Obsidian Version: 0.13.23. OS: Windows
Issue Analytics
- State:
- Created 2 years ago
- Comments:18 (9 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed at some point in 0.5.22+ or later.
To avoid some interaction with other plugins, I created a new vault and install only the
Dataview
plugin for testing.And the problem is the same, did I make any mistake?
raw:
preview:
print screen: