malliaridis commented on code in PR #2547:
URL: https://github.com/apache/solr/pull/2547#discussion_r1663135743


##########
solr/solr-ref-guide/modules/query-guide/pages/standard-query-parser.adoc:
##########
@@ -315,7 +315,7 @@ or
 
 === The Boolean Operator "+"
 
-The `+` symbol (also known as the "required" operator) requires that the term 
after the `+` symbol exist somewhere in a field in at least one document in 
order for the query to return a match.
+The `\+` symbol (also known as the "required" operator) requires that the term 
after the `+` symbol exist somewhere in a field in at least one document in 
order for the query to return a match.

Review Comment:
   I thought so too, but apparently because the sentence ends without another 
quoted `+` sign, ASCIIDoc recognizes the second one correctly. Escaping it 
would also display the escape character together with the `+` sign. Weird 
behavior if you ask me.



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to