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
You're right, there is no explicit way to query a show function.
You may be able to do it by either :
extending the ViewQuery class in order to override org.ektorp.ViewQuery#buildQueryURI so that is generated the appropriate URI : "_show" instead of "_view" then pass it to org.ektorp.CouchDbConnector#queryForStream
directly use a org.ektorp.http.RestTemplate instance with the appropriate URI
change Ektorp to allow explicit support for show queries, then propose a pull request
I have the following design document:
and would like to query documents according to this view. It seems impossible with the current API.
The text was updated successfully, but these errors were encountered: