-
Notifications
You must be signed in to change notification settings - Fork 16
Description
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 :)