beloglazov/couchdb-scala

Views and keys (documentation issue)

mb720 opened this issue · 1 comments

mb720 commented

Hi!

From the readme:

It's also possible to only get the documents from a view that match the specified keys. For example, we can use that to get only documents of Alice and Carl:

ageView.build.query(Seq("Alice", "Carl"))

From the QueryViewSpec I can see that this is not accurate.

It seems that keys can be used by either withIds or using keys.

thanks for pointing this out @mb720