bripkens / lucene

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

support regex options #44

Open gajus opened 3 years ago

gajus commented 3 years ago

e.g. /r/i, there is currently no way to get that i option.

gajus commented 2 years ago

This is correctly handled in https://github.com/gajus/liqe

@bripkens Feel free to copy whatever has been done in Liqe. These libraries have slightly different goals.