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

General Discussion

Curtis Brinkman
Curtis Brinkman
7,348 Points

Site Search

What is a good way to go about implementing a site search?

3 Answers

You could always implement https://www.google.com/cse/ (Google custom search engine). I've seen many sites use this, for example http://www.ross-tech.com uses this implementation. If you want something cleaner looking it will be more involved to code, or you could buy a cheap php search script off of code canyon.

Curtis Brinkman
Curtis Brinkman
7,348 Points

I've used google custom search in the past however some applications i work on are strictly internal and can not be indexed by google.

Alec Wilson
Alec Wilson
820 Points

Hi Curtis, If you still haven't solved your site search problems (or want to improve your search), check out Swiftype - it's a dead simple, yet fast and robust site search provider that you can try for free. Companies like TechCrunch and Twitch use it already. Check it out at Swiftype.com

Curtis Brinkman
Curtis Brinkman
7,348 Points

Thanks for the recommendation I'll check this out!