I need help searching attachments with CouchDB. I feel like I am already 99% there but I do not know what I am doing wrong or if I missed any steps.
CouchDB is installed here: http://zq4hve2qx.jumpingcrab.com/ couchdb-lucene is working here: http://zq4hve2qx.jumpingcrab.com/_fti Futon is here: http://zq4hve2qx.jumpingcrab.com/_utils/database.html?resources Here is an example of an attachment: http://zq4hve2qx.jumpingcrab.com/resources/http%3A_2F_2Fwww.perkinseastman.com_2Fcategory_5F2400012_5Fcorporate_5Finteriors/http%3A_2F_2Fwww.perkinseastman.com_2Fcategory_5F2400012_5Fcorporate_5Finteriors Here is my design document: http://zq4hve2qx.jumpingcrab.com/resources/_design/indexattachments I want to find all attachments that contain the word: "food" http://zq4hve2qx.jumpingcrab.com/_fti/local/resources/_design/indexattachments/fulltext?q=food Any ideas what I might be missing or doing wrong? Thanks!
