Michael Bromley
Michael Bromley
> add a long text on product description Can you give an example of a description string which causes this error?
Why are you storing HTML in the product description? The description is intended to store the name of the product, like "T-shirt".
Oh sorry, I'm mistaken, I was thinking of the `name` property.
Yes, you are correct. What version of Postgres? And is it running on some cloud hosted Postgres instance or just a regular Postgres instance?
I've spent a bit of time looking into this today. First of all, I cannot reproduce this locally, and I'm not sure why. I added a _very_ long description to...
Hi, thanks for the report! Can you be a bit more explicit with the reproduction? On first glance I am assuming that this is related to the search query? If...
Hi, I looked into this and cannot reproduce it successfully. Are you sure that the search index has been updated after disabling the variant? https://user-images.githubusercontent.com/6275952/164423499-381feb34-c39d-4a85-8875-9819b093aae8.mp4
Are you using the DefaultSearchPlugin or ElasticsearchPlugin?
I've been thinking about what the best way would be to implement this. Here's my initial thoughts: 1. Let's generalize this into the concept of "scheduled tasks". This means there...
@martijnvdbrug this is a great point. So the triggering mechanism must also be configurable somehow. So we can trigger either by an internal cron job, or trigger via a HTTP...