madrob commented on a change in pull request #774: URL: https://github.com/apache/solr/pull/774#discussion_r838014998
########## File path: solr/solr-ref-guide/modules/getting-started/pages/tutorial-films.adoc ########## @@ -340,13 +352,13 @@ If we construct a query that looks like this: [source,bash] curl 'http://localhost:8983/solr/films/select?q=*:*&rows=0'\ - '&facet=true'\ - '&facet.range=initial_release_date'\ - '&facet.range.start=NOW-20YEAR'\ - '&facet.range.end=NOW'\ - '&facet.range.gap=%2B1YEAR' +'&facet=true'\ Review comment: curl doesn't handle the whitespace indent when copy/pasting it, treats each set of `'&facet...` as a separate whitespace delimited argument. The `\` escapes the newline, but doesn't help with melding into a single arg. -- 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