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

Two string filters fail #268

Closed gkunter closed 7 years ago

gkunter commented 7 years ago

Test case: Buckeye corpus, output columns Word, Start, End, Filename, Query string, with query strings

* *.[vbd]
* *.[vbn]

Adding either of the filters Word1 does not contain 'IVER' or Word1 does not contain 'SIL' works, but having both filters fails:

Type IndexError
Message positional indexers are out-of-bounds

 classes.py, line 84: run
   app.py, line 1294: <lambda>
     session.py, line 370: aggregate_data
       managers.py, line 683: process
         managers.py, line 468: filter
           filters.py, line 177: apply
           > raise IndexError("positional indexers are out-of-bounds")