Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
6.0
Description
When providing an expression like
stream=search(people, fl="id,first", sort="first asc", q="presentTitles:\"chief executive officer\" AND age:[36 TO *]")
the following error is seen.
no field name specified in query and no default specified via 'df' param
I believe the issue is related to the \" (escaped quotes) and the spaces in the q field. If I remove the spaces then the query returns results as expected (though I've yet to validate if those results are accurate).
This requires some investigation to get down to the root cause. I would like to fix it before Solr 6 is cut.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-8125 Umbrella ticket for Streaming and SQL issues
- Open