Closed bwgjoseph closed 3 years ago
hello @bwgjoseph tests are the best place to look. https://github.com/couchbaselabs/node-ottoman/blob/master/__test__/model-crud.spec.ts has quite a few examples
There's actually only one example, and it doesn't really show too much
I'm still trying to think of a scenario where I need a count, but still, pass in a limit
option
This was an oversight, countoptions will be removed in the next release.
Hi,
How are the
count
options used? Is there any sample I can look at? I don't find the usage ofcount
in the documentation as wellThe
count
API is declared as suchBut I'm not sure when would the
options
be used, and in what scenario would it be useful?Thanks