Hi,
I’m surprised by the fact that filter with specific regex content does not work the same way in my macro & in the ‘Advanced Search/Filter’ tool.
I explain
The following filter works fine in both places
[search:tags[Advisory / project-1]regexp:task_comment[MEA]regexp:task_date[2023-09-0]sort[task_date]reverse[]]
But the filter
[search:tags[Advisory / project-1]regexp:task_comment[MEA]regexp:task_date[2023-09-(0[4-5])]sort[task_date]reverse[]]
returns me tiddlers when used in a macro, but returns no tiddler when applied in the filter of the ‘advanced search’
The different is only the usage of regexp with [ ] to specify a range of digits [4-5]
Any idea why this is not working properly in the advanced Search ?
Regards