Antonio-Maranhao opened a new pull request #1178: Scope docs search to selected 
partition key
URL: https://github.com/apache/couchdb-fauxton/pull/1178
 
 
   ## Overview
   
   The Document Search dropdown isn’t scoped to the selected partition, which 
can be confusing to the user.
   
   This PR changes that so when a partition is selected, the dropdown options 
are updated. Similarly, when typing a doc ID, the search results are 
constrained to docs in the selected partition.
   
   ## Testing recommendations
   
   - Create some documents in a partition "foo" and another partition "bar"
   - Use the selector at the top to select partition "foo"
   - Click the Document Search dropdown
     - Verify the list contains only docs from "foo"
   - Type a doc id
     - Verify the search results contains only docs from "foo"
   - Click the partition selector to switch back to "No partition selected"
     - Verify the dropdown options list all docs
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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