Michael Bromley

Results 751 comments of Michael Bromley

Yes, that's true. The advanced search plugin is already doing this kind of optimization, which is achieved by introspecting the GraphQL query like this: ```TypeScript async search(ctx: RequestContext, args: QuerySearchArgs,...

@GamfaleanuVlad as far as I know, yes. But since this branch is pretty old now, you might need to merge the latest updates from `main` and potentially handle any conflicts...

Hi @leerob. I'd suggest this PR be closed in favour of #760.

@TheLucDev for now you could create your own custom mutation that implements this functionality the way you want it - see https://www.vendure.io/docs/plugins/plugin-examples/extending-graphql-api/#override-built-in-resolvers

From a Slack thread: --- > How do you make sure to only run the cronjob once when using a multiple server instances? We do that with locks via redis...

With that last commit, it seems this can be closed. If anyone still encounters this after v1.8.5, please comment below.

Possibly related: - https://github.com/typeorm/typeorm/issues/9944

Closing this issue because with the increasing use of Vendure in multi-vendor setups, a unique SKU is not always desirable. To enforce this at the DB level one can use...

Hi, The first version is now implemented in the v2 admin ui. It's not yet documented however, but you can see how it can be used here: https://github.com/vendure-ecommerce/vendure/blob/dfddf0fa01c7e8f1b4faa0879c7911d8b8766a98/packages/admin-ui/src/lib/core/src/core.module.ts#L124