Replies: 2 comments 1 reply
-
It seems that an operation like the following would be needed for comparing dates in such a case: Is it possible to support applying |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, this is because operations are not vectorized ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following note content and queries within a note,
2022-06-25.md
, for comparing dates.For the first query, it was expected that the current file,
2022-06-25.md
would be listed. However, the query gives no result.Then I tested the second and third queries. It was expected that they give the same result,
true
. However, the second givesfalse
(not as expected), while the third givestrue
(as expected).After these tests, I would like to query notes that have date links, e.g. [[2021-06-22]], inside whose name is not older than certain days. So, I am wondering what I have missed that may have caused this?
Beta Was this translation helpful? Give feedback.
All reactions