From afd6e172669cdd148f53c1776ec449f4b1926ace Mon Sep 17 00:00:00 2001 From: StefanVukovic99 Date: Mon, 15 Apr 2024 19:47:14 +0200 Subject: improve term sorting (#806) * improve term sorting * edge case --- types/ext/dictionary.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'types') diff --git a/types/ext/dictionary.d.ts b/types/ext/dictionary.d.ts index ca6a708a..cc53ec0a 100644 --- a/types/ext/dictionary.d.ts +++ b/types/ext/dictionary.d.ts @@ -232,9 +232,9 @@ export type TermDictionaryEntry = { */ sourceTermExactMatchCount: number; /** - * The maximum length of the transformed text for all primary sources. + * The maximum length of the original text for all primary sources. */ - maxTransformedTextLength: number; + maxOriginalTextLength: number; /** * Headwords for the entry. */ -- cgit v1.2.3