Hi
I am using the "search" root object in javascript that execute in the Alfresco web client (specifically: object-finder-min.js).
My code line goes like this:
var node = search.luceneSearch("ID: \"workspace://SpacesStore/1fb68100-cf63-4e96-b366-0ecefc28cdca\"");
When I debug my code, I get to this line and it blows up, without displaying any error in firebug.
Anybody has a clue?
thx