No there isn't.
It is however quite simple to turn it on similarly to the search function for
the website tree.
You just need to extend existing TreeConfiguration class used for tree in
question (I guess "users" is the one you want to change) and you need to enable
search in the prepareFucntionBar(Tree tree, ...) function like
tree.getFunctionBar().setSearchable(true);
tree.getFunctionBar().setOnSearchFunction("my.own.js.search.function");
As the javascript search function goes you might have a look at one used for
the website as an example:
mgnl.admininterface.WebsiteTree.search
HTH,
Jan
On Nov 18, 2010, at 12:18 PM, Tullio Bettinazzi wrote:
>
>
> In my installation the administrator needs to search the user list to find if
> an user (we defined more than 4000 users).
> Is there any "search" function?
> Tks
> Tullio
>
> --
> View this message in context:
> http://old.nabble.com/Search-User-tp30243816p30243816.html
> Sent from the Magnolia - User mailing list archive at Nabble.com.
>
>
>
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------