quickwit-oss / tantivy

Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
MIT License
11.41k stars 627 forks source link

improve query parser #2416

Closed trinity-1686a closed 1 month ago

trinity-1686a commented 1 month ago

fix bug in handling of single-quoted strings with colons and no field, fix #2414 support escape sequence outside of quoted strings, fix #2415