rufuspollock-okfn / facetview

FacetView is a pure javascript frontend for ElasticSearch.
291 stars 91 forks source link

Initial Configuration displays no results (File Attachments) #31

Open darksheer opened 11 years ago

darksheer commented 11 years ago

I tried getting everything setup using the demo page and pointed facetview at my local ES endpoint:

http://127.0.0.1:9200/yummy/data/_search?

Documents inside are using the document-attach plugin and are base64 encoded. I assume this is somehow breaking facetview's functionality?