Planifica / encryption

Client-Side Encryption for Mongo Collections
https://atmospherejs.com/planifica/encryption
MIT License
36 stars 5 forks source link

How to search / filter encrypted documents? #11

Open benjamin79 opened 8 years ago

benjamin79 commented 8 years ago

Say the client sees a table and pagination is done on the server cause 5000 documents would slow down the client to much. How can it be done to filter the table?

thanks for your package

PhilippSpo commented 8 years ago

That is actually one of the drawbacks of using this package. You currently loose any ability to search or filter server-side. If you want better performance you would have to do pagination/infinite scrolling. However it is possible to implement server-side querying, but it is not something I am currently working on.