Correction a a bug and transfert of the new matching rules from obirefidx to obitag

Former-commit-id: a28540f72a504ad4e7e8a8b6f7609116913445b4
This commit is contained in:
2023-05-05 07:37:19 +02:00
parent 88a9e38952
commit 3778ae9266
4 changed files with 78 additions and 80 deletions

View File

@ -80,7 +80,7 @@ func Order[T sort.Interface](data T) []int {
rk.r[i] = i
}
sort.Sort(rk)
sort.Stable(rk)
return r
}