title | issue | author | author_email |
---|---|---|---|
Added number range and auto increment in search result |
NEXT-20944 |
Oliver Skroblin |
- Added new
AutoIncrement
field type to identify definitions which supports an auto increment. - Added
NumberRangeField
andAutoIncrementField
to theIdSearchResult
when using theEntityRepository::searchIds
function. - Added last id iterator logic in
RepositoryIterator
to support faster iterations.