Google/yahoo/msn Api
For this project:
1. From one search query form field, you will call the Yahoo, MSN, and Google APIs when the user clicks a submit button
MSN: http://dev.live.com/blogs/livesearch/archive/2009/01/05/444.aspx
Google: http://code.google.com/apis/ajaxsearch/articles/save_results.html
Yahoo: http://www.phpied.com/yahoo-api-search-with-javascript-alone/
2. the query results from the APIs will need to come back in JSON serialization – into an MySql DB.
3. Redundant results will need to be sorted internally in the mySQL databse.
4. Sorted query results will then be passed pack to the browser where a separate dropdown (with “relevant”, “not relevant”, or “neural”) for each search result appears along side the queries
5. The user selects the “relevant, not relevant, neutral” ranking –
6. That information is sent back (with the query result and search engine it belongs to) back into the mySQL DB for analysis.
That’s it.
