Closed RichBCurious closed 8 years ago
Best I can tell the query is: chronic granulomatous disease OR endometriosis OR me/cfs OR newuser OR primary immune deficiency disorders OR raynaud's.
I suspect the single quote is the issue, but could also be the /. Not sure how this was input. is it just as is?
It turns out tags were not being escaped. The problem specifically in this case was "me/cfs". The forward slash needs to be escaped.
Fixed and merged to master
Best I can tell the query is: chronic granulomatous disease OR endometriosis OR me/cfs OR newuser OR primary immune deficiency disorders OR raynaud's.
I suspect the single quote is the issue, but could also be the /. Not sure how this was input. is it just as is?