Skip to content

v3.0.4

Compare
Choose a tag to compare
@joeferner joeferner released this 12 Feb 01:50
· 399 commits to master since this release
  • Fixed: Infinite loop in PagingIterable if Elasticsearch returned vertices that wasn't saved in the database yet
  • Fixed: Pagination returning duplicate ids on different pages by adding default sort by score and then id. If sorts are specified, sort by score and then id after specified sorts. If sorts are not specified, sort by score and then id.
  • Fixed: Elasticsearch flush overflow causing excessive exceptions
  • Fixed: Fix Elasticsearch5 missing field exception when sorting on multiple indices