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

PHP Integrating PHP with Databases Filtering Input for Queries Accounting for Empty Results

Can anyone get the search box to work correctly

Hi guys

Just wondering if anyone was able to get the search box to work correctly. When ever I search for a word whether it is "the" or "lord", I keep getting the same message, which is :

Search Results for "go" No items were found matching that search term

I thought it was a problem with my code, so I decided to use the code provided by teamtreehouse but the same thing keeps happening. Has anyone encountered this problem?

Any help would be most welcome

Qasim Hafeez
Qasim Hafeez
12,731 Points

Did you figure it out? Maybe you accidentally set the value of the input text field to "go" in the html.

After fixing all my bugs, I was able to make it work properly. Tip: Download the project and compare your code line by line.