/meteor-text-search-demo

A demo app showing how to do full text search in Meteor

Primary LanguageJavaScript

Meteor Text Search Demo

This is a demo app, demonstrating how to perform a full text search in Meteor, by using MongoDB's $text operator.

Running This App

  1. git clone git@github.com:okgrow/meteor-text-search-demo.git
  2. cd meteor-text-search-demo
  3. meteor
  4. open http://localhost:3000