Closed kvesik closed 7 months ago
working on this in branch 105 (as part of #105), since it doesn't (yet) appear in main
@kchall in branch 105, which has the 4-column corpus table display, would you like the "filter by gloss" text box to filter only by gloss, or would you like to adjust the feature so that it can match text in any of the 4 columns (entry id, gloss, lemma, idgloss)? Both are one-line implementations, so whichever you prefer I'm happy to do!
@kvesik Awesome, if it's easy to do any of them, then let's do that! Thanks!
Since EntryID took the place of Gloss as column 0 in the corpus display, "filter by gloss" no longer actually does what it says. [must be in branch 105 or have merged that branch into main...]
Matches Entry ID string:
But not gloss string:
Ensure that "filter by gloss" searches column 1, not column 0, of the corpus table.