In the core there are very few filters the work on numeric input like that. 
The allbefore operator finds an item in the list and returns the list up 
until that point, so if you have a list of 'one bob joe three 99 eddie', 
allbefore[joe] would give 'one bob'

So in your example it would only return something if the a tiddler has an 
exact match for 9 in its length field, then it would return any tiddlers in 
the list before that item. If there are no tiddlers with 9 than it returns 
am empty list.

I made some numeric comparison filters, you can see information about them 
here (http://inmysocks.tiddlyspot.com/#Extra%20Filter%20Operators), they 
may be useful for you. I haven't had any trouble using them but to my 
knowledge I am the only one who has tested them.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4c8e9bd9-7d06-4798-bca5-93b018d8d1ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to