Open homerjam opened 9 years ago
In case this is useful for writing tests an example couchdb-lucene
response:
{
"limit": 200,
"etag": "13d4f1037c4eb250",
"fetch_duration": 0,
"q": "title:wassup",
"search_duration": 0,
"total_rows": 1,
"sort_order": [{
"field": "score",
"reverse": true,
"type": "string"
}],
"skip": 0,
"rows": [{
"id": "DOC_ID",
"sort_order": [
null
],
"doc": {
"_id": "DOC_ID",
"_rev": "1-fb299c5a16926f024887d6d4e1d57cfb",
"title": "wassup"
}
}]
}
Were there any thoughts on this?
Sorry to hassle, but is there any feedback?
Hi, The NanoJS repository has been merged into apache/couchdb-nano. Could you close this pull request and open it there instead? Thanks in advance
Hi,
Let me know your thoughts on this, I'd gladly add an example to the docs if you think its ok.
Thanks
James