-
-
Notifications
You must be signed in to change notification settings - Fork 427
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
Where statement is missing files when searching for properties #2489
Comments
What do you get if you do the following query:
If this query produces all your files, then it's not a bug but a feature that some of your |
In fact, my ‘note_type’ is a list and by using this syntax I can see all my notes! |
If they're always a list, and never a single value, that is |
Thanks, I prefer the second syntax, easier to understand :-) |
If the property is not declared as a list, it's by default just a single value. So in that case, it'll remain a single value and can be used as such until you change your usage of that property. |
What happened?
In my vault, this DQL below shows only 27 records when I have 45 files with the property "type_note" equals to "knowledge_base"
Tried with other properties, it always misses files.
So what I did is add the tag #kbase to those 45 files, and by changing the DQL to "from #kbase" instead of "where type_note="knowledge_base"" I can now see my 45 files listed.
So to me, doing a request on a property is not showing the real informations.
DQL
JS
No response
Dataview Version
0.5.67
Obsidian Version
1.7.7
OS
Windows
The text was updated successfully, but these errors were encountered: