I have some pages in Dailies/
with daily
tag. But given the query below, it doesn’t get the page after 2024-11-07
. I have tried to refresh the page, the query, restart the docker image. No luck. I don’t have any errors in the log.
| Name | Last edit |
|----------|----------|
{{#each {daily where name != @page.name order by lastModified desc limit 30}}}
|[[{{name}}]]|{{#if lastModified}}{{niceDate(lastModified)}}{{/if}}|
{{/each}}
space on master [!?]
🦄 ls Dailies/
2024-10-22.md 2024-10-26.md 2024-10-29.md 2024-11-05.md 2024-11-08.md
2024-10-23.md 2024-10-27.md 2024-10-30.md 2024-11-06.md 2024-11-09.md
2024-10-25.md 2024-10-28.md 2024-11-04.md 2024-11-07.md
Both have exact same tag. But the 11-08
is not indexed.
They also don’t appear in the treeview.plug.js
.