Hi all!

I'm trying to modify the Nuxeo Search Portlet because I need to get more information (note's content, ...). The restlet call is like the following:

http://localhost:8080/nuxeo/restAPI/execQueryModel/SIMPLE_SEARCH_PATH?QP1=nota&QP2=/&format=JSON&columns=dublincore.title,dublincore.description,note.note

Before, I created the note document in Nuxeo, and I have the following result:

{
 "title": "new note",
 "description": "This is a sample note",
 "note": null,
 "id": "57263214-f189-4d41-a4d8-439cfd7aea8d"
}


The schema's document is Note, so I must get the content of the note with the field note.note, but I only get a null value.

What's wrong??

Thanks in advance.

--
Enrique Pérez Olivares.
Dpto I+D.
Yerbabuena Software.
[EMAIL PROTECTED]
http://www.yerbabuena.es
Tlf/Fax: 902 995 246
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to