On 3/14/10, Markus <[email protected]> wrote:
> >          [(list "{:tags}" fmt="[[tagsearch&tagquery={+p}|{+p}]]" join=" | 
> > ")]
>
>
> Comma separated lists and join weren't yet on my BoltWire mind map.
>  Incredible! Thanks so much. Exactly what I wanted from the beginning.
>
>  Only one last thing. I figured out that I can search for the tagged
>  pages this way:
>
>  [(search if="inlist '{?query}' {{+p}:tags}" ...)]
>
>  This works but not if the tag contains spaces. I thought ' ' would
>  take care of this.

Perhaps it needs quote marks around both. Not sure--but for equal
signs I think it is. If so, let me know. It is probably something we
could fix...

[(search if="inlist '{?query}' '{{+p}:tags}'" ... )]

In the new data searching method you would write:

[(search tags(,){?query} ...)]

Will probably be way faster than if. But I haven't yet figured out
what was causing the bugs you reported. Hopefully it is something
simple...

Cheers,
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.

Reply via email to