Skip to content

Commit

Permalink
Added rule for new item search.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahume committed Nov 16, 2011
1 parent c88cfff commit b5bbb37
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions huffduffer/huffduffer.items.xml
Expand Up @@ -109,6 +109,20 @@
<total default="20" />
</paging>
</select>

<select itemPath="json.items" produces="JSON">
<urls>
<url env="all">http://huffduffer.com/new/json</url>
</urls>
<inputs>
<key id="new" type="xs:string" paramType="path" required="true" />
</inputs>
<paging model="page">
<pagesize max="20" />
<start id="page" default="1" />
<total default="20" />
</paging>
</select>

</bindings>

Expand Down

0 comments on commit b5bbb37

Please sign in to comment.