The WikiTalk in the Sandbox topic that you refer to [1] had different
keywords in it form those that you mentioned in your email. If I change the
WikiTalk at [1] to match the keywords "Toucan" and "World", then the table
outputs the topics DerekLakin and OneMinuteWiki.

Have I missed what your problem is?

Derek.

[1] http://www.flexwiki.com/default.aspx/FlexWiki/Sandbox.html


On 9/9/07, Astralis Lux <[EMAIL PROTECTED]> wrote:
>
>  I am using the following WikiTalk and discovered that it will only pick
> the items that have the word "world" in it.  It completely ignores the word
> "Toucan" even if I switch positions.
>
> @@[
>     "||{!}*Topic*||{!}*Date of Last Change*||{!}*Last Changed
> By*||{!^}*Required Build* (if applicable)||{!}*Summary*||", Newline,
>     namespace.Topics.Select{ each |
>         each.HasProperty("Category") }.Select{ each |
>             each.GetProperty("Category").Contains("Toucan")
>         }.Select{ each |
>             each.GetProperty("Category").Contains("World")
>         }.SortBy { each |
>             DateTime.Now.SpanBetween(each.LastModified)
>         }.Collect{ each |
>             [
>                 "||{+}\"", String.MaxLengthString(each.Name, 20, "..."),
> "\":", each.Name,
>                 "||{+}", each.LastModified.ToLongDateString(), " ",
> each.LastModified.ToLongTimeString(),
>                 "||{+}", each.LastModifiedBy,
>                 "||{^}", each.HasProperty("RequiredBuild").IfTrueIfFalse(
>                         { each.GetProperty("RequiredBuild") },
>                         { "N/A"    } ),
>                 "||", each.Summary,
>                 "||", Newline,
>             ]
>     }
> ]
> @@
>
> Here are the cateogries on the pages that I'm playing with:
>
> :Category:CoreDeveloper,Microsoft,World
> :Category: South America,Toucan,
>
> Here are the pages I was playing on:
>
> http://www.flexwiki.com/default.aspx/FlexWiki/Sandbox.html (has the
> wikitalk)
> http://www.flexwiki.com/default.aspx/FlexWiki/OneMinuteWiki.html (has the
> category)
> http://www.flexwiki.com/default.aspx/FlexWiki/DerekLakin.html (has the
> category)
>
> What is happening?
>
>
> ------------------------------
> Kick back and relax with hot games and cool activities at the Messenger
> Café. Play now!<http://www.cafemessenger.com/?ocid=TXT_TAGLM_SeptWLtagline>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Flexwiki-users mailing list
> Flexwiki-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flexwiki-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to