I want to get the group test.
so i've tried the lucenesearch with following string
TYPE:usr\:authorityContainer AND @\usr\:authorityName:GROUP_test
in the nodebrowser and it works
But when I try to use the search in my freemarker template, it always gives an error
<#list companyhome.childrenByLuceneSearch[" TYPE:usr\\:authorityContainer AND @\\usr\\:authorityName:GROUP_test "] as child>
</#list>
It seems the list is empty..
I think it's because he searches in spacesstore instead of userstore.
Can anyone help me?
friendly regards
Nick