Marko

Results 9 issues of Marko

### Improvement description Can we somehow improve the cache warm up function. Right now if we have 100k items it takes like 3 hours to warm up the cache. One...

Improvement
PR Welcome

### Expected behavior Function getQueryPart of ManyToOneRelation.php should create BoolQuery instead of NestedQuery when allowInheritance on object is not selected (which is passed to $this->considerInheritance) Otherwise any query on relation...

PR Welcome
Bug

### Pimcore version 11.2.2 ### Steps to reproduce On fresh pim installation with GenericDataIndexBundle 1. Create class and add simple quantity input field. 2. Now create Object of that class...

Bug

## Changes in this pull request Resolves # Duplicate relations on event listeners save ## Additional info Prerequisite 1. Object with at least one data type relation 2. Event Listener...

Pimcore:ToDo

Updated the HousekeepingTask to include deletion of system temp directory files older than a specified time. Also changed the default retention period for temporary files from 90 days to 1...

Pimcore:ToDo

**Describe the bug** When i use API request to upsert document to vector store i get memory leak, For 3k items it usses additional 5GB of ram and it doesn't...

question

I don't know if this is a bug or intended behavior but i wanted to update chat widget to load messages from previous page that user had in the chat....

For example error: Kernel\\Exception\\BadRequestHttpException(code: 0): Session has not been set. at /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:83)\n[previous exception] [object] (Symfony\\Component\\HttpFoundation\\Exception\\SessionNotFoundException(code: 0): Session has not been set. at /var/www/html/vendor/symfony/http-foundation/Request.php:744)"} [] Stacktrace (not i had to patch...

Bug

## Changes in this pull request Resolves # Currently housekeeping task deletes the folder if it's empty. This creates race condition with data hub file importer. Given the conditions below...