learn hapi — Create a Full Text Search with MongoDB
Every app needs some kind of search. Serving content comes with the need to make it visible and what fits better than a full-text search. Because Futureflix uses MongoDB as its data store, you’ll implement a full-text search on top of it. Starting in version 3.2, MongoDB ships …
Continue Reading