Optionally ignore outdated matches during bulk migration

The original "ignore outdated matches" setting added with 3d514d357a is not really ignoring outdated matches but requires matches to be ahead of the current source.
The variable naming is not matching the logic and is confusing.
This commit is contained in:
schroda
2026-05-17 00:18:51 +02:00
parent b7730ffcf9
commit 5b459206cc
5 changed files with 45 additions and 5 deletions

View File

@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased] (Preview)
### Added
- (**Migration**) Add a search option to ignore outdated matches
### Changed
- (**Migration**) Show "abort" button during active bulk migration search