Hi, my first guess is that the storage PID settings are configured wrongly. Maybe you need to disable inside your query that the storage pages are respected. For that, create a custom method inside your repository, and do a: $query->getQuerySettings()->setRespectStoragePage(FALSE). Greets, Sebastian