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

Elastic search limited to 10.000 entries #599

Closed hgiesenow closed 2 years ago

hgiesenow commented 2 years ago
Q A
Bug? yes
New Feature? no
SuluArticleBundle Version Specific version or SHA of a commit
Sulu Version Specific version or SHA of a commit

Actual Behavior

When using ElasticSearch 7.x and increasing index.max_result_window to 20.000 there are still only 10.000 entries displayed in backend.

Expected Behavior

20.000 entries should be displayed.

Steps to Reproduce

Possible Solutions

In ElasticSearch 7.x there is a new search parameter track_total_hits. It must just be set to true in the query.

niklasnatter commented 2 years ago

Thanks for reporting! This should be fixed by #600 and #601