Anthony Bastardi
Anthony Bastardi
As per the conversation on [Gitter](https://gitter.im/olivernn/lunr.js?at=59a9099f66c1c7c477032ed1), please re-open this issue.
You mention a smaller index, field search, and query time boosting as some advantages of the new architecture. Elasticlunr.js claims the same benefits, though it has a mutable index. What...
@olivernn Thanks for the breakdown. Maybe a start would be to at least allow updates to the `invertedIndex` -- so if there are a large number of documents, changing a...
@taxidriver61, these projects are not highly active, but you might also consider [js-search](https://github.com/bvaughn/js-search), [elasticlunr](https://github.com/weixsong/elasticlunr.js), [ndx](https://github.com/localvoid/ndx), and [search-index](https://github.com/fergiemcdowall/search-index) (some require you to add your own stemmer).
@lucaong, [minisearch](https://github.com/lucaong/minisearch) looks very useful. Thanks for mentioning it.
@coffeemug, regarding subscriptions via GraphQL, [you mentioned](https://github.com/rethinkdb/horizon/issues/125#issuecomment-205470434), "once GraphQL facebook/relay#541 we can add watch semantics pretty easily." But according to https://github.com/facebook/relay/issues/541#issuecomment-213093469, it doesn't look like Relay is planning to support...
Note, Facebook is now experimenting with real-time update support in GraphQL via the `@live` directive: https://youtu.be/ViXL0YQnioU?t=15m32s
On that note, have you given any consideration to taking a [progessive web app](https://addyosmani.com/blog/getting-started-with-progressive-web-apps/) approach?
Thanks for the response. Any details on the Baasil.io data sync functionality? Will it work with any database, and/or will it take advantage of databases with built-in realtime functionality such...
@jondubois Sounds great. Thanks for sharing this. Looking forward to seeing how it develops.