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
Here is an explanation how I think this should work.
Currently, in the repository implementation we make use of the "all" view to identify all docs and also count them (so with an optional reduce). The first step is to make this customizable, for both the view and design doc name.
So in general we should have a @View annotation which has two properties "design" and "view".
Then, one should be able to
override and annotate the findAll and count methods like this
Michael Nitschinger opened DATACOUCH-16 and commented
Referenced from: commits 887c014, 48385c9
The text was updated successfully, but these errors were encountered: