-
Notifications
You must be signed in to change notification settings - Fork 0
WordTree filter bug #22
Comments
Backend is fine. Issue is in wordtree-layout.js |
This bug is seen with left-most or right-most node in the tree that contain more than one word. Pending investigation. |
1694335 fixes the issue by not allowing nodes to collapse if they have only one child. Fixes the bug but now the wordtree is more spread out. Can be made compact. |
There are still some problems relating to this issue. If I begin filtering from left and then switch to the right half, then there seems to be a problem. |
The intersection computation logic in |
This needs to be fixed before the studies... |
I am trying a fix at c390bd1. Needs to be tested properly. |
I have merged the change with master at 8d066a3. But I am scared to close the bug as it keeps coming back :D. Hopefully, this time it has been fixed for good. |
More issues found in the prepilot! Re-opening!! |
The pre-pilot bug has been fixed with e07b376. I was expecting a set of sentences in lowercase from the backend but it wasn't the case. Converting to lowercase before matching in filters. |
"Therefore" is mentioned only in one of the documents but three are displayed in the grid (See screenshot). Can be an issue with the backend as well.
The text was updated successfully, but these errors were encountered: