tflobbe commented on a change in pull request #978: SOLR-13207: Handle misuse of < operator URL: https://github.com/apache/lucene-solr/pull/978#discussion_r339845477
########## File path: solr/CHANGES.txt ########## @@ -31,6 +31,9 @@ Jetty 9.4.19.v20190610 Upgrade Notes ---------------------- +* SOLR-13207: Queries that use the < operator not followed by a number will now return an HTTP 400 error rather than 500, Review comment: This should be in the 8.4/"Bug Fixes" section (I plan to backport). I would also mention that this fix is specific to minimum should match in dismax/edismax query parsers. Also a nit, we usually add entries at the end of the block. in this case, after https://github.com/apache/lucene-solr/blob/master/solr/CHANGES.txt#L134 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org