bripkens / lucene

Node.js lib to transform: lucene query → syntax tree → lucene query
MIT License
73 stars 33 forks source link

Allow quoted terms within a range expression #41

Open maxtilford-sc opened 3 years ago

maxtilford-sc commented 3 years ago

This change allows terms within a range expression to be quoted.

This works in our other tools and a we have a bunch of queries we'd like to use this library on.

This seemed like the simplest fix, but happy to make changes if it's not correct.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.09%) to 84.383% when pulling 15a982472f845f32ad6fd7bdb20d578d47ba9f55 on socialchorus:master into 5dd1d6c3abedefddde875ac09df5e46822557e53 on bripkens:master.

ddio commented 2 years ago

We also encountered this issue. Please merge this into master!