Is there away to filter based on a partial field such as the first four or last four characters of a field (or characters 5 and 6).
I have a field called day with entries in the format of yyyymmdd.
I want to create lists based on years and month, and months and days as well as others possibly.
I have not been able to figure it out so up until now I’ve used a workaround of having extra fields such as year (yyyy), monthnum (mm), Anni-day (mmdd) for example to use for filtering.
I’m looking for ways to make my wiki more efficient though and perhaps reduce the amount of fields I use.
Example of a current filter in use.
<$list filter="[tag[journal]year{!!year}monthnum{!!monthnum}sort[day]]"><$link to={{!!title}}><$view field="title"/></$link>