Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 482 Bytes

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.

This is a companion to the article Guide to Full Text Search in Meteor

Running This App

  1. git clone [email protected]:okgrow/meteor-text-search-demo.git
  2. cd meteor-text-search-demo
  3. meteor
  4. open http://localhost:3000