Peter Klavins

Results 11 comments of Peter Klavins

Same here, can't figure out how to load them properly, please advise.

Yeah seems to have done; thanks for the quick fix!

Site is still using older version of Elasticsearch, the query structure has changed for v5, hence why removing the queryBuilder fixes it.

Oh, I missed the fact that you're using Searchkit's Searchbox component. That's been updated to v2.x to work with ES5.4, so as long as you update your Searchkit version that...

I'm honestly not sure, since I never actually got around to re-working my code for ES5.x. Try asking in the [searchkit gitter channel](https://gitter.im/searchkit/searchkit) for some help. Out of curiosity, what...

Ohh I see. So the reason those work for me is that I modified some Searchkit code to let those go through. I modified the RefinementList component as well as...

That happens to me when I forget to start the Vagrant VM which hosts the Elasticsearch server, so that'd be the first thing to check.

Here's what I get when I run `vagrant up`: ``` ==> default: Checking if box 'debian/contrib-jessie64' is up to date... ==> default: A newer version of the box 'debian/contrib-jessie64' is...

I've not used that library before; how would it work with filereader?

I want to have a number entity, for example from the sentence `more than 90 seconds`. This currently just picks out 90 as a number, for which I can't declare...