Commit 5a4f2c79 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

WIP: fix #313 regressed ngrams grouping

It turns out that we don't need to call `pruneForest` inside
`searchtableNgrams`. After all, we are just displaying information that
should be correct in the database from the get-go, so why we would need
any of that?

It turns out that the fix for #313 to support duplicated ngrams during
importing broke hierarchical grouping.

I have just temporarily commented out the code and I need to find a fix,
better also writing a test to ensure that grouping will still work in the
future.
parent 66198af7
Pipeline #7749 failed with stages
in 46 minutes and 7 seconds