simplajs / simpla

Open, modular, and serverless content management for a modern web
https://www.simplajs.org
MIT License
527 stars 36 forks source link

Add querying support #80

Open madeleineostoja opened 6 years ago

madeleineostoja commented 6 years ago

I'm submitting a

Feature request

Description

When we moved to Simpla OSS we lost querying support (ie: the find method). We need to reimplement this functionality, using static indexes. The user will be able to define an array of indexes to build on Simpla.init, then fetch and query those indexes at any point later.