Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Implemented GetChangesRequest.DocIds #175

Merged
merged 2 commits into from
Nov 16, 2019

Conversation

SamuelWeibel
Copy link
Contributor

This is a rebased version of #167 as the previous CR had merge conflicts (which I couldn't solve as I didn't have the required rights).

This allows the changes feed to be filtered by document IDs.
See documentation:
https://docs.couchdb.org/en/stable/api/database/changes.html#get--db-_changes

It is debatable whether we should switch from GET to POST when the DocIds property is set as mentioned in the referenced documentation. Since we only use one document ID at the time; for us this is enough.

…document IDs instead of having to write a filter for it.
@danielwertheim danielwertheim merged commit 67aa244 into danielwertheim:master Nov 16, 2019
@danielwertheim
Copy link
Owner

@SamuelWeibel thanks for the contrib. Will go out in v7.2.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants