Andri McFly
Andri McFly
Hi, When using the LuceneCheck with the following query `f:"Foo Bar"` I expect the check to return no error because this is (as far as I can tell) allowed in...
Hi, I'm running the following snipped to parse and check a lucene query with the luqum=0.12.1 packet. ```python from luqum.parser import parser from luqum.check import LuceneCheck query = parser.parse('size:[1 TO...
Hello everybody, While adding some tests to a project of mine, I noticed some really weird behaviour. Two different instances initialised with the same parameters (including `random_state`) output a different...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...