I actually added some pretty robust data searching features to
BoltWire in one of its later iterations, but the syntax is not
intuitive.
To work, your site must be properly indexed.
Try this
[(search group=whatever "field(=)value")]
Obviously you can use any field or value. The equal sign can be
replaced with any of the following:
= equals
< less than
> greater than
& 1|10 (between)
, in csv list
+ anywhere in the string
- not in the string
? if set
! if not equal to
0 equals 0 (not sure about these last two)
1 equal 1
It's also very fast because it strictly uses the indexed data and
doesn't have to look up any actual pages.
Took me a bit to reconstruct this info from the code. Suppose it
should get documented somewhere... :)
Blessings,
Dan
P.S. Of course DrunkenMonks solution no doubt works as well--if
performance is not an issue.
> --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/boltwire/-/QylhlVrThz8J.
>
> To post to this group, send email to
bolt...@googlegroups.com.
> To unsubscribe from this group, send email to
>
boltwire+u...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/boltwire?hl=en.