beingsane / streeme

Automatically exported from code.google.com/p/streeme
MIT License
0 stars 0 forks source link

Using quotes with mysql full-text breaks search #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Streeme Desktop
2. Search for something surrounded by quotes (e.g. "this song")
3. You will need to reload the page to use the search feature again.

What is the expected output? What do you see instead?
I did not expect search to stop working. No results is fine if that's the 
expected output.

What version of the product are you using? On what operating system?
rh-solr-0.5.0

Please provide any additional information below.

Original issue reported on code.google.com by rjsw...@gmail.com on 15 Dec 2011 at 7:25

GoogleCodeExporter commented 8 years ago
This should now be fixed in the branch. It was caused by the client side app 
sending malformed http requests. I've updated to the latest and the request now 
seems to be correct and not causing an app hang. It's in the branch now if you 
would like to verify. You'll need to symfony cc to clear the javascript cache.

Original comment by chaffn...@gmail.com on 24 Jan 2012 at 5:01