Antonio-Maranhao opened a new pull request #1195: Use partitioned query for all 
docs
URL: https://github.com/apache/couchdb-fauxton/pull/1195
 
 
   ## Overview
   
   The All Documents query was using `startkey` and `endkey` parameters when a 
partition is selected. This was done because support for 
`/<db>/_partition/<key>/_all_docs` was added after this feature was implemented 
in Fauxton.
   
   This PR changes the All Documents query to use 
`/<db>/_partition/<key>/_all_docs` when a partition is selected. The same was 
done for the query that populates the Document Search combobox.
   
   ## Testing recommendations
   
   - Go to All Documents page and select a partition
     - Use the DevTools to verify the network request was made to 
`/<db>/_partition/<key>/_all_docs`
     - Verify only the docs for the selected partition are displayed
     - Verify the Document Search combobox only lists docs for the selected 
partition
   
   

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


With regards,
Apache Git Services

Reply via email to