rethinkdb / horizon

Horizon is a realtime, open-source backend for JavaScript apps.
MIT License
6.78k stars 351 forks source link

Full text search plugin #688

Open deontologician opened 8 years ago

deontologician commented 8 years ago

Lots of different options for the backend, but this would be an excellent thing to have available for horizon.

As a plugin, it'd need a new terminal (e.g. .lucene({ ... })), some process for syncing a subset of horizon tables to the search backend.

marshall007 commented 8 years ago

See also http://lunrjs.com, which is particularly helpful for offline support.

deontologician commented 8 years ago

Related to #796