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

Problem with quantified query items and functions #192

Closed gkunter closed 8 years ago

gkunter commented 8 years ago

Test case: ICE_NG, query string [help].[v*] [n*]{0,1} to{0,1} [v*], output column POS, Word, function MATCH('^N', Pos).

The resulting SQL string is incorrect; apparently, it does not always contain a column POS.

gkunter commented 8 years ago

The data management system will close this issue, as functions will now be applied directly on data columns in the output.