sulu / SuluArticleBundle

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

Fix ArticleTeaserProvider #591

Closed luca-rath closed 3 years ago

luca-rath commented 3 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets -
Related issues/PRs -
License MIT

What's in this PR?

Fix ArticleTeaserProvider to load more than 10 teasers and to sort them correctly.

Why?

By default, if not limit is given, elasticsearch returns no more than 10 documents. Also, elasticsearch doesn't respect the order of the ids in the ids query.