o2r-project / o2r-finder

Node.js implementation of search features for the o2r API
Apache License 2.0
1 stars 3 forks source link

Implement simple full text search using MongoDB #1

Closed nuest closed 8 years ago

nuest commented 8 years ago

Later we might leverage an advanced search engine (i.e. Elasticsearch), but for first prototypes MongoDB's full text search should suffice.

Resources:

Calling http://.../api/v1/search?q=word should return a list of compendia matching "word"

Filters:

nuest commented 8 years ago

Don't user MongoDB because it does not allow auto-suggest search. Start with something serious from the beginning...