sulu / SuluArticleBundle

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system
MIT License
52 stars 77 forks source link

Fixes sitemap limit for ElasticSearch 7.x #601

Closed hgiesenow closed 2 years ago

hgiesenow commented 2 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets fixes #599
Related issues/PRs #600
License MIT

What's in this PR?

Fixes 10k limit issues for the sitemap

Why?

In ES 7.x, the track_total_hits parameter must be added to the query, to fetch all search result.