-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InvertedMap indices empty for multirow Table #6
Comments
If @Taneb could take a looksie that'd be great! |
The >>> state^..wordData.withAny (toListOf folded . fetch AffixK) ["dor"].folded.word'
["donri"] |
Although I'm not sure about >>> state^.wordData.withAll (toListOf folded . fetch AffixK) ["dor"] & count
5911 Shoudn't |
They should be, yes. |
It looks like the inverted indices are correctly set up for singleton tables, but they're empty for tables with more than one row. It also seems that |
I'd like to investigate this issue but there is not enough context given in the report to reproduce the result myself. I know it's been quite a while since this issue was opened but if the reporter still has the code that produced this issue would they mind posting a more complete test case? |
The text was updated successfully, but these errors were encountered: