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

Bug report - Dataview fails to detect tasks starting with 1. #2464

Open
PhysicsInformedNoodle opened this issue Oct 28, 2024 · 0 comments
Open
Labels
bug Something isn't working.

Comments

@PhysicsInformedNoodle
Copy link

What happened?

I task queried for:
- [ ] 1. test keloggs
I got no matches.

And then I queried for:
- [ ] 1 test keloggs
I got a match for this, which is the expected behavior.

I provide the query below.

DQL

No response

JS

dv.pages(`"Tasks"`).file.tasks
	        .filter(task => task.text.includes("keloggs"));

Dataview Version

v0.5.67

Obsidian Version

v1.7.4

OS

Windows

@PhysicsInformedNoodle PhysicsInformedNoodle added the bug Something isn't working. label Oct 28, 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