Tim Lanzi
Tim Lanzi
## Bug report I get the following error when I create a Strapi app with Turborepo. It does not happen until after I install Chakra UI in another of my...
### Link to reproduction _No response_ ### Describe the Bug I am using the cloud storage plugin with an S3 adapter pointing to DigitalOcean Spaces. I have users making a...
### Describe the Bug When I delete a document that is synced with the search plugin, the search result document is still available. ### Link to the code that reproduces...
### Describe the Bug In experimenting with the website template for 3.0, I found that the following code in `/src/search/beforeSync.ts` doesn't work as expected: ```typescript if (categories && Array.isArray(categories) &&...
### Describe the Bug When using the search plugin filtering by more than one field, results can return a totalDocs value higher than reality. Sometimes even higher than docs that...