Closed aditis closed 13 years ago
Seeing DB error {"code":500,"error":"unknown_error","reason":"dead_shards"}. Need to review further.
Opened up a ticket with Cloudant to see if they can fix it
Thanks. Will wait up.
I fixed this. I moved hosting providers.
This issue still persists. Added new category Test-unable to see its data (similar behavior seen with other newly added category: Designs)
Unable to View content in recently created category (TEST and DESIGNS). however, The count for "Total number of questions" is increasing.
I fixed the issue with designs. I need to fix this for the rest of the categories.
Verified. Fixed for Designs, (not for test category)
function(doc) { if (doc.category == "Designs") { emit(doc._id, doc); } else if (doc.category.length != 0) { var i; for (i in doc.category) { if (doc.category[i] == "Designs") { emit(doc._id, doc); } } } }
"function(doc) {if (doc.category == \"Designs\") {emit(doc._id, doc);} else if (doc.category.length != 0) {var i;for (i in doc.category) {if (doc.category[i] == \"Designs\") {emit(doc._id, doc);}}}}"
Issue is still seen with newly added category: SNMP
I will fix this when I redo the category page. Leave this open for tracking.
Issue fixed. Able to add and view contents of newly added category.
for eg: category: Designs - Not able to see data added to this new category.