adambard/angular-elasticsearch-demo

No results - query not returning anything

Opened this issue · 1 comments

Hi Adam. I like this demo; thanks for sharing! I got it to work some time ago and am revisiting it. This time, I get 'no results' every time. My elasticsearch is running and when I do a query using head or curl, I get results. How do I troubleshoot? I think the query is not getting to my elasticsearch because I don't see anything in the server stdout in the terminal where es is running. I searched my log for lasagna, and nothing. Please help. Thank you!

Elasticsearch version 1.4.4

If you're running it locally, try checking your browser's debugger to see
if requests are going out properly, and what the response is. That's where
I'd start, at least.

On Fri, 6 Mar 2015 at 08:11 Darby Sager notifications@github.com wrote:

Hi Adam. I like this demo; thanks for sharing! I got it to work some time
ago and am revisiting it. This time, I get 'no results' every time. My
elasticsearch is running and when I do a query using head or curl, I get
results. How do I troubleshoot? I think the query is not getting to my
elasticsearch because I don't see anything in the server stdout in the
terminal where es is running. I searched my log for lasagna, and nothing.
Please help. Thank you!


Reply to this email directly or view it on GitHub
#3.