Compact search results in OpenKM via SDK
PostPosted:Mon Jun 29, 2015 10:35 am
by connect2selva
Right now QueryResult has Node,Excerpts and score. Is it possible to retrieve only the Node. Im using OpenKM SDK
Re: Compact search results in OpenKM via SDK
PostPosted:Tue Jun 30, 2015 6:51 pm
by jllort
Is not possible, the result of a query is an object collections that are automatically marshall by OpenKM webservices and unmarshall by OpenKM SDK transparently to you. You can not choose some field of the object and not others, you get all the object from OpenKM ws api.