Lua query for BlobStash DocStore that provides a basic full-text search engine.
- Text fields are stemmed using Porter stemming algorithm (and query terms)
- Support quoted query term for exact match (e.g. "exact match")
- Support
+
/-
operator (e.g.-term
or+"term query"
)