diff --git a/JL.Core/Lookup/LookupUtils.cs b/JL.Core/Lookup/LookupUtils.cs index b5c842ed..7e150a14 100644 --- a/JL.Core/Lookup/LookupUtils.cs +++ b/JL.Core/Lookup/LookupUtils.cs @@ -318,7 +318,7 @@ private static List SortLookupResults(IEnumerable lo return 0; } - if (readingOrthography is "ok") + if (readingOrthography is "ok" or "ik" or "rk") { return 2; }