cozy / cozy-libs

Libraries used to build Cozy products and tools.
MIT License
7 stars 12 forks source link

feat: Add cozy-dataproxy lib #2603

Closed Ldoppea closed 2 weeks ago

Ldoppea commented 2 weeks ago

This PR adds a new library for handling Dataproxy features that need to be shared between cozy-web-data-proxy and cozy-flagship-app

For now it exposes the SearchEngine that is responsible to index a local PouchDB and to do searches on it


TODO: