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é.
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

Reply via email to