cozy / cozy-client

Document store and React components for the Cozy platform
MIT License
13 stars 13 forks source link

feat: Make PouchLink querying system compatible with new PouchDB version #1506

Closed Ldoppea closed 1 month ago

Ldoppea commented 3 months ago

In previous PRs we modified cozy-client and cozy-pouch-link to make them compatible with the react-native Flagship app

Since we didn't use this link for a long time but also because we use a newer PouchDB version, some queries do not work anymore (i.e. incompatible indexes, bad selectors etc)

This PR improve PouchLink querying system to make our app ecosystem compatible with new PouchDB version