I like this plugin, but it doesn't seem to work with any fields or variables as 
the comparison number or alphanumeric.  Am I missing something or do you have 
to hard code the search number every time?

On Monday, October 9, 2017 at 9:44:51 AM UTC-4, Jed Carty wrote:
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/31835762-3cc1-46eb-b24c-556a79bd7822%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to