Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

web support search api #153

Closed
fengmk2 opened this issue Jan 14, 2014 · 2 comments
Closed

web support search api #153

fengmk2 opened this issue Jan 14, 2014 · 2 comments
Assignees
Labels
Milestone

Comments

@fengmk2
Copy link
Member

fengmk2 commented Jan 14, 2014

/_list/search/search?startkey="b"&limit=25

just like http://search.npm.taobao.net/_list/search/search?startkey=%22b%22&limit=25

@ghost ghost assigned fengmk2 Jan 14, 2014
@fengmk2
Copy link
Member Author

fengmk2 commented Jan 14, 2014

{
"rows": [
  "key": "node-kpc",
  "count": 1,
  "value": {
"_id": "node-kpc",
"_rev": "15-d0e3632289cd2bb6bc881b058d44e92c",
"name": "node-kpc",
"description": "build KISSY packages",
"dist-tags": {
"latest": "0.2.0"
},
"versions": {

@fengmk2
Copy link
Member Author

fengmk2 commented Jan 14, 2014

startkey: '"' + name + '"',
endkey: '"' + name + 'ZZZZZZZZZZZZZZ"',
limit: 25

dead-horse added a commit that referenced this issue Jan 14, 2014
support couch db search api. fixed #153
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant