okgrow / meteor-text-search-demo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:okgrow/meteor-text-search-demo.git
  2. cd meteor-text-search-demo
  3. meteor
  4. open http://localhost:3000

About

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


Languages

Language:JavaScript 81.7%Language:HTML 17.0%Language:CSS 1.3%