cinemascience / cinema_components

A JavaScript library for building Cinema viewers
Other
2 stars 5 forks source link

Add 'query' to reading in a Cinema database #6

Closed dhrogers closed 6 years ago

dhrogers commented 6 years ago

Add the following feature: when reading in a Cinema database, the user should be able to provide a query that is run over the entire 'raw' cinema database. The result of reading the database would be read + query -> result. The Result is returned as the cinema database that has been 'read'.

camtauxe commented 6 years ago

Added in pull request #15 , Now in master as version 2.6