You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
created is one of the tiddler fields that need to be treated in a special way. Internally they are stored as a js-date variable. For users they are strings.
@Marxsal There is an other problem. The created field will always be serialized like so: "20160204225047445" ... So a filter will need to match down to the millisecond. -- Your filter [all[tiddlers]contains:created[20250115]] will always return an empty list.
Describe the bug
An RSOE is thrown when using 'contains' .
Expected behavior
Empty set
To Reproduce
Use the advanced search to create a filter like:
[all[tiddlers]contains:created[20250115]]
Instead of simply failing to find any matches, it throws a RSOE (Red screen of embarassment).
TiddlyWiki Configuration
v5.3.6
The text was updated successfully, but these errors were encountered: