<!--
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Sat May 25 07:35:50 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.couchbase.com/issues/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+PYCBC+AND+resolution+%3D+Unresolved+AND+priority+%3D+Critical+ORDER+BY+key+DESC&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://www.couchbase.com/issues/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Couchbase</title>
        <link>http://www.couchbase.com/issues/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+PYCBC+AND+resolution+%3D+Unresolved+AND+priority+%3D+Critical+ORDER+BY+key+DESC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="1" total="1"/>
                <build-info>
            <version>5.2.4</version>
            <build-number>845</build-number>
            <build-date>26-12-2012</build-date>
        </build-info>
<item>
            <title>[PYCBC-7] An interface to access Couchbase Views is needed</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-7</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>Need an interface to be able to access Couchbase Views.  Even without the ability to create and delete views, accessing view results is important, as views can be created through the Web UI interface.&lt;br/&gt;
&lt;br/&gt;
The specific implementation should be specific to, and familiar to the surrounding language and library, but it should have some general capabilities:&lt;br/&gt;
- List views from a given cluster&lt;br/&gt;
- Instantiate an Object that represents a view on a given cluster&lt;br/&gt;
- Assemble query parameters for a View&lt;br/&gt;
- Retrieve non-reduced results from a View&lt;br/&gt;
&amp;nbsp;&amp;nbsp;* Be able to get the underlying document from the non-reduced results (this request should flow over binprot)&lt;br/&gt;
- Retrieve reduced results from a View (the format is the same, but there is no associated docid)</description>
                <environment></environment>
            <key id="14952">PYCBC-7</key>
            <summary>An interface to access Couchbase Views is needed</summary>
                <type id="2" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/newfeature.png">New Feature</type>
                                <priority id="2" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/critical.png">Critical</priority>
                    <status id="4" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/reopened.png">Reopened</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="mnunberg">Mark Nunberg</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 Aug 2011 19:48:17 -0500</created>
                <updated>Sat, 11 May 2013 12:43:23 -0500</updated>
                                                    <fixVersion>0.8.0</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="22308" author="farshid" created="Thu, 29 Sep 2011 10:26:28 -0500"  >looking at the readme files now seems like some view functionalities are already implemented :&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# save a design document&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# right now with no _rev, we can only create, we can&amp;#39;t update&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;try:&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;doc_id = newbucket.save(design)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;except:&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;doc_id = &amp;quot;_design/testing&amp;quot;&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rows = newbucket.view(&amp;quot;_design/testing/_view/all&amp;quot;)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for row in rows:&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print row&lt;br/&gt;
&lt;br/&gt;
Keith,&lt;br/&gt;
can you please go through this checklist and let us know which features need to be worked on ?&lt;br/&gt;
</comment>
                    <comment id="25548" author="BigBlueHat" created="Fri, 6 Apr 2012 12:17:03 -0500"  >Keith, can you get us an update on the status of this issue?&lt;br/&gt;
&lt;br/&gt;
Much thanks!</comment>
                    <comment id="27462" author="BigBlueHat" created="Thu, 17 May 2012 10:35:07 -0500"  >Think you&amp;#39;re leading this charge. :) Thanks!</comment>
                    <comment id="36835" author="ingenthr" created="Fri, 24 Aug 2012 13:08:50 -0500"  >@benjamin is completing this in 0.8</comment>
                    <comment id="37334" author="BigBlueHat" created="Thu, 30 Aug 2012 10:15:16 -0500"  >The one remaining piece--&amp;quot;include docs over binary protocol&amp;quot; is stalled due to get_multi()&lt;br/&gt;
&lt;br/&gt;
However, the API can still handle include_docs over HTTP, so I&amp;#39;m closing this one, and adding another one for include docs over binary protocol.</comment>
                    <comment id="37336" author="BigBlueHat" created="Thu, 30 Aug 2012 10:36:07 -0500"  >&lt;a href=&quot;http://www.couchbase.com/issues/browse/PYCBC-63&quot;&gt;http://www.couchbase.com/issues/browse/PYCBC-63&lt;/a&gt;&lt;br/&gt;
Binary protocol improvements related to this API &amp;amp; include_docs</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                <customfield id="customfield_10010" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                <customfieldname>Flagged</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10010"><![CDATA[Release Note]]></customfieldvalue>
    
                </customfieldvalues>
            </customfield>
                                                                                                                            <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9729</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>