Andyccs / sport-news-retrieval

MIT License
6 stars 2 forks source link

Cannot search hashtag using UI #9

Closed Andyccs closed 8 years ago

Andyccs commented 8 years ago

Let say you search for #Pac12AfterDark, the browser will send the following to solr server

http://107.167.189.180/solr/sport/select?json.wrf=angular.callbacks._7&q=
http://107.167.189.180/solr/sport/select?json.wrf=angular.callbacks._8&wt=json&spellcheck.q=%23Pac12AfterDark

The query is not append in the url parameters

RUAN0007 commented 8 years ago

Fixed. Refer to commit e2ede6a.