You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you click on the number from an entry in the "Term tags" page, this takes you to a list of terms supposedly having that tag. However, this list may include words that do not have that tag. In particular, it includes any words that have the text of that tag as a substring of any field.
Related: #429, though presumably this could be fixed without fully implementing what's suggested there.
To Reproduce
Steps to reproduce the behavior, e.g.:
Create a word and tag it as, say, "verb"
Create another word, and define it's translation to be, say, "proverb"
Go to the term tags list, and find the row for the "verb" tag. It will correctly indicate that there is only 1 word with that tag (the word created in step 1)
Click on the number in that row. The resulting list of words will include "proverb", even though it is not tagged as "verb".
Screenshots
Extra software info, if not already included in the Description:
OS (e.g., iOS, windows): Windows 11 (Running Lute under Arch Linux in WSL2, though)
Browser (e.g., chrome, safari): Brave
How you've installed Lute (Docker, python, source): Python
Version: 3.4.2
The text was updated successfully, but these errors were encountered:
Thanks @bwkimmel - this is the behaviour as currently designed (i.e., the search just does a big text search on several fields), but as you've noted, it's a bad design.
It is going to need #429 implemented, or something close to it, to solve this properly. I've never been bothered enough by it, but I agree it's not super great the way it is. Thanks for taking the time to create the issue. 👋
jzohrab
changed the title
Term lists linked from the "term tags" page lists words without that tag
Term lists linked from the "term tags" page lists words without that tag - blocked by 429
Jun 13, 2024
Description
If you click on the number from an entry in the "Term tags" page, this takes you to a list of terms supposedly having that tag. However, this list may include words that do not have that tag. In particular, it includes any words that have the text of that tag as a substring of any field.
Related: #429, though presumably this could be fixed without fully implementing what's suggested there.
To Reproduce
Steps to reproduce the behavior, e.g.:
Screenshots
Extra software info, if not already included in the Description:
The text was updated successfully, but these errors were encountered: