alexbran8 opened a new pull request, #9171: URL: https://github.com/apache/pouchdb/pull/9171
### Description This PR adds support for syncing and replicating from a custom scope and collection. This enables replication from databases that contain multiple scopes and collections, not just the `_default` ones. ### Changes - updated request URL construction to include scope and collection as part of the database path (e.g. `myAppSync.orders.data/_changes`) - defaulted scope and collection to _default when not provided ### Not covered stuff - tests (happy to add updates if could be helped with a bit more context) ### Test cases - replication/sync from custom scope and collection - replication from default scope and collection -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
