diff --git a/JL.Core/Lookup/LookupUtils.cs b/JL.Core/Lookup/LookupUtils.cs index 32424361..b1d2f3ad 100644 --- a/JL.Core/Lookup/LookupUtils.cs +++ b/JL.Core/Lookup/LookupUtils.cs @@ -382,7 +382,7 @@ private static List SortLookupResults(IEnumerable lo if (index < 0) { - return 3; + return 2; } if (lookupResult.MiscList is not null) @@ -403,7 +403,7 @@ private static List SortLookupResults(IEnumerable lo { if (readingsOrthographyInfo[i] is "ok" or "ik" or "rk") { - return 2; + return 3; } } }