Skip to content
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

Open
KleiDav opened this issue Dec 5, 2024 · 0 comments
Open

Where statement is missing files when searching for properties #2489

KleiDav opened this issue Dec 5, 2024 · 0 comments
Labels
bug Something isn't working.

Comments

@KleiDav
Copy link

KleiDav commented Dec 5, 2024

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

table 
where type_note="knowledge_base"
sort file.name desc

JS

No response

Dataview Version

0.5.67

Obsidian Version

1.7.7

OS

Windows

@KleiDav KleiDav added the bug Something isn't working. label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant