You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried FacetView with ElaticSearch 1.3.4 but it doesn't work. I can't even get the list of documents displayed from the index. Is there any guideline to make it compatible with latest ElasticSearch?
The text was updated successfully, but these errors were encountered:
When I get the data back from the initial request to get all the records, there seems to be a parsing error. I get this in the JS console:
Uncaught SyntaxError: Unexpected token :'
When I click the response, the JSON data shows up fine in the browser and looks correct but there seems to be something wrong with the way FacetView is parsing the data that comes back. That's at least my guess...
I tried FacetView with ElaticSearch 1.3.4 but it doesn't work. I can't even get the list of documents displayed from the index. Is there any guideline to make it compatible with latest ElasticSearch?
The text was updated successfully, but these errors were encountered: