| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | Iñigo Sola Núñez <inigo.s...@gmail.com> |
| Subject | CouchDB view does not finish |
| Date | Tue, 29 Nov 2011 09:40:33 GMT |
I have the following view:
{
"_id": "_design/ofertas",
"_rev": "1-9556bdbb5fdab8c61d340d44bc9083ea",
"language": "javascript",
"views": {
"byMunicipio": {
"map": "function(doc) {
emit(doc.ciudad, doc); }"
}
}
}
When I use that view, it never finishs and doesn't show anything.
| |
| Mime |
|
| View raw message | |