All,
I’m trying to create a search to search a certain field in a number of tiddlers that is formated like this yyyy-mm-dd. It’s a date field. The sticky point for me is that I don’t want any search results to appear until some minimum number of characters are typed in the edit text widget. Using the minlength[] operator like this:
[tag[Railroads]search:charterfiled{$:/state/rrfind}minlength[]]
doesn’t work.
I’d like to not have any results show until at least the first three characters of the year are typed. I think it could be done with a regular expression, but I don’t know that well enough.
Any ideas? Thanks in advance!