Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Meteor Search-Source Help

I am making an web app with meteor and I have already created a databse of a bunch of elements, now I need to be able to have them come up when a user searches for them. I found a package called search-source. It can be found here:

https://github.com/meteorhacks/search-source

or here:

https://meteorhacks.com/implementing-an-instant-search-solution-with-meteor

My problem is I cant figure out how to implement this into my meteor project. Their instructions are very vague and I am having trouble figuring out where to put the code they give, and what I need to change to make it search through my database. Any help would be great, thanks!