Github user michellephung commented on the pull request:

    https://github.com/apache/couchdb-fauxton/pull/483#issuecomment-127657941
  
    minor detail: i like newlines in the react attributes
    
    medium detail: the cancel link doesn't do what i would expect, which would 
be to close the tray, or clear the query options. 
    
    medium detail: the keys options is a bit confusing.
    when i put startkey : _design and endkey: _design0, would think that would 
show me only design docs,
    and also maybe it would be helpful to write in the 'By Keys' placeholder 
text   
    
        Enter in the value(s) of the map function is emission, in an array.
    
        For example, if your map-reduce function is: emit(doc._abc),
        then the doc._abc becomes the value, in {"key" : <value>},
        and you query by key to show only the specific documents in your view, 
with those in the array.
        ["doc1", "doc2"] would return only the documents with _abc=="doc1" or 
_abc=="doc2"
    
    everything else looks okay, and is working
    +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to