Mateusz

Results 43 comments of Mateusz

It depends how many products you have and also workload of search and indexing. This use case is great. ItemsAPI works well with flexible requirement per index and was designed...

Hey @kevinsproles, I've added multi-tenancy feature (#188) It's possible now to run thousands of indices on one single machine. Each index can have a different product catalog and configuration (aggregations,...

Maybe let's try `curl -XDELETE your-es-url` when you start to generate your app again. It will delete all indices in ES.

Let's run that in your CLI. I am using ubuntu and I am not sure how it's working in your system. "your-es-url" is an ES url which you probably find...

You need to provide `image` field in all your entries then it will be displayed automatically. Otherwise if you have different field in the object then you can customize it...

If you open /admin/images and configure AWS S3 then it should be possible to store images. Not sure how stable this feature was. It will be easier I guess if...

If you customize `./views/catalog.html.twig` and `./src/routes.js` then everything should be possible. This starter is based on http://expressjs.com/

Just open `./views/catalog.html.twig` and find a part: ```twig {% for item in items %} {{ item.domain }} {% endfor %} ``` and then provide a link there to your pdf...

You should run it on your localhost, modify and then redeploy. Not sure how to do it fast but I think this tutorial can be helpful https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction

Oh, you are using windows. I've never tried that with windows. It might get more complicated. Ideally if you use linux. Vagrant can help you run a virtual machine i.e....