rnewson commented on a change in pull request #561:
URL:
https://github.com/apache/couchdb-documentation/pull/561#discussion_r444056592
##########
File path: src/ddocs/search.rst
##########
@@ -814,7 +814,7 @@ Drilldown
You can restrict results to documents with a dimension equal to the specified
label.
Restrict the results by adding ``drilldown=["dimension","label"]`` to a search
query. You
can include multiple ``drilldown`` parameters to restrict results along
multiple
-dimensions.
+dimensions: ``drilldown=[["dimension1","label1"], ["dimension2","label2"]]``
Review comment:
can you show an example of multiple parameters (like the sentence before
indicates is allowed) and then clarify that this new example allows you to do
this with a single drilldown parameter?
----------------------------------------------------------------
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:
[email protected]