gkunter / coquery

Coquery is a free corpus query tool for linguists, lexicographers, translators, and anybody who wishes to search and analyse a text corpus.
GNU General Public License v3.0
18 stars 4 forks source link

Sorters are not correctly recycled/removed #267

Closed gkunter closed 7 years ago

gkunter commented 7 years ago

Test case: steps in the tutorial, up to the frequency table by filename. The results table is unsorted, even though it was sorted by Frequency for the previous query. If Frequency is selected as a sorting column, it appears as "Frequency(2)", indicating that the previous sorter is still around somewhere, but is not applied.

The reason is probably that the ID of the Frequency function is different, and therefore the sorter doesn't find the corresponding column. However, it is not discarded; probably it should.