Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 469 Bytes

2022-05-03-added-number-range-and-auto-increment-in-search-result.md

File metadata and controls

10 lines (10 loc) · 469 Bytes
title issue author author_email
Added number range and auto increment in search result
NEXT-20944
Oliver Skroblin

Core

  • Added new AutoIncrement field type to identify definitions which supports an auto increment.
  • Added NumberRangeField and AutoIncrementField to the IdSearchResult when using the EntityRepository::searchIds function.
  • Added last id iterator logic in RepositoryIterator to support faster iterations.