[PostVersions] Fix version ordering (#787)

This commit is contained in:
clragon 2024-11-11 05:21:10 +01:00 committed by GitHub
parent 0af8600cae
commit 0fb0418d7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,5 +61,7 @@ class ElasticPostVersionQueryBuilder < ElasticQueryBuilder
must.push({ term: { version: 1 } })
end
end
apply_basic_order
end
end