Hmm, not working.

The info page is something like this:

writing.blog.1218975513: ezDone
writing.blog.1219136897: ezDone
writing.blog.1219403337: ezDone
writing.blog.1222142971: ezDone
writing.blog.1222436683: ezDone
writing.blog.1222620533: ezDone
writing.blog.1223031493: ezDone
writing.blog.1223563576: ezDone
writing.blog.1224152764: ezTodo
writing.blog.1224675632: ezDone
...

I change the code from "inlist" to "equal"

[(info report if="equal 'ezTodo' {info.{p1}.{p2}::{+p}}" target=info.
{p1}.{p2} sort=lastmodified template=eztodo#eztodo)]

This code worked in 2.72, and failed in 2.73. In 2.73, no matter how
many pages matched, it output only one result.

Cheers, linly

On 4月5日, 下午9時11分, The Editor <[email protected]> wrote:
> I don't know what your info data page looks like, but my guess is you
> have the terms in the inlist conditional reversed.
>
> Try if="inlist ezTodo {info.{p1}.{p2}::{+p}}"
>
> Also, if there are spaces in the info var values, you will want to add
> quote marks:
>
> if="inlist 'ezTodo' '{info.{p1}.{p2}::{+p}}'"
>
> Remember, in order to work the info values must be a CSV separated list. Like
>
> some.page: one,two,ezTodo,three
>
> Finally, the inlist conditional is case sensitive, so it will fail on eztodo.
>
> 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