Piotr Karwatka
Piotr Karwatka
I think it would be great to add some kind of configurable request limits for over-fetching Elastic data. I mean we can pretty easily configure the maximum size of the...
Related: #486 Related: https://github.com/DivanteLtd/vue-storefront-api/pull/390/files The goal of [introducing the new query format](https://github.com/DivanteLtd/vue-storefront-api/pull/390/files) was to make queyring Elastic safer. I mean we simply not let the users use full blown ElasticDSL...
With [VSF 1.12 we introduced a new query format](https://github.com/DivanteLtd/vue-storefront-api/pull/390/files) compatible with [`storefront-query-builder`](https://github.com/DivanteLtd/storefront-query-builder#:~:text=README.md-,storefront-query-builder,potentially different query in return.). We had two goals in mind: first simplify how VSF is building queries, limit/secure...
It seems pretty safe to use the: https://www.elastic.co/guide/en/elasticsearch/reference/current/shard-request-cache.html It should be done via optional config variable. If `true` then `src/api/catalog.js` should add this query paramtere
With this feature developers get a new helper/factory method which can be used for passing JS modules and functions to AskScript without the need of manually warping them with resources....
**Is your feature request related to a problem? If yes, please describe the problem.** When we'd like to implement a more broad set of the resources/integrations we'll encounter a namespacing...
**Is your feature request related to a problem? If yes, please describe the problem.** As a part of the SDK #586 I can imagine a [ContextProvider](https://reactjs.org/docs/context.html) for React for retrieving...
**Is your feature request related to a problem? If yes, please describe the problem.** It would be great to create a library like `apollo-client` where the devs will get easy...
**Is your feature request related to a problem? If yes, please describe the problem.** OK, this is fairly easy by just passing the HTTP Request context via the `vm.variables`. It...
**Is your feature request related to a problem? If yes, please describe the problem.** Related to #583 In order to prevent the users from modifying the queries on the fly,...