You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for this SDK.
I've been browsing the Nuxeo documentation + reading of the java SDK code (up to the retrofit definition behind query) but I can't find a find to use the search endpoint (souce 1, source 2) instead of the deprecated query endpoint.
I would picture myself that the SDK would implement the search endpoint as the query endpoint is marked deprecated for a long time now. I don't see also how to trigger a search using operations (seems none corresponds to he search endpoint) either. So i am a bit confused here.
Maybe the community could explain to me if I have been missing something, or if there's something about that deprecated endpoint I did not understand (is that really deprecated since query seems still heavily used even in newest Nuxeo versions) ?
Thanks a lot :)
The text was updated successfully, but these errors were encountered:
Indeed there's no implementation of the search endpoint in the java client, we have a ticket on our side JAVACLIENT-178 to implement it but it hasn't been done for now.
I can confirm that the query endpoint is deprecated and we should use the search endpoint instead, but the work to do the migration is heavy and we haven't performed it everywhere yet.
That would be interesting to have it
I will update this issue if this improvement is done.
Hello there !
First, thanks for this SDK.
I've been browsing the Nuxeo documentation + reading of the java SDK code (up to the retrofit definition behind
query
) but I can't find a find to use the search endpoint (souce 1, source 2) instead of the deprecated query endpoint.I would picture myself that the SDK would implement the search endpoint as the query endpoint is marked deprecated for a long time now. I don't see also how to trigger a search using operations (seems none corresponds to he search endpoint) either. So i am a bit confused here.
Maybe the community could explain to me if I have been missing something, or if there's something about that deprecated endpoint I did not understand (is that really deprecated since query seems still heavily used even in newest Nuxeo versions) ?
Thanks a lot :)
The text was updated successfully, but these errors were encountered: