On Saturday, May 16, 2015 at 8:14:20 PM UTC-7, Brian Gates wrote:
>
> Am I correct in assuming there's no wildcard option for the parameter?  
> Like, if I wanted to filter by a field instead, how might I accomplish this?
>

There's lots of filter operators.... 

http://tiddlywiki.com/#Filter%20Operators

To filter by a field, use:
   field:fieldname[value]

There is also a short form:
   fieldname[value]

The short form is most typically used.  For example, "title[SomeName]".

The full syntax (including the "field:") is needed when the fieldname could 
be confused with another filter operator name.

For example, there is a filter operator called "sort[fieldname]" that sorts 
the list based on the value of the specified field.

But if you have a *field* named "sort", using "sort[value]" would be 
ambiguous, so you have to  use "field:sort[value]" to make the meaning 
clear.

enjoy,
-e
Eric Shulman
ELS Design Studios
TiddlyTools - "Small Tools for Big Ideas!"
InsideTiddlyWiki: The Missing Manuals

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact





-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/77d5c3c3-fd9b-4d74-9b0a-499c7fdff369%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to