More problems with wiki.getsearch,
When I add some constratint like -> path:whatever/subwhatever it just doesn't take care of it:
Code:
wiki.getsearch("search_criteria",10,'-date','path:whatever/subwhatever');
It just search all over the wiki not only in the given path.
Well, it's something with 'path:whatever/subwhatever' becouse if I put the path condition on search_criteria it also just doesn't take care of it.
Finally I got it working with a search_criteria like:
"+(search_criteria) +(path:whatever/subwhatever)"
Carles.