Hi, thanks for working on this!
Maybe I'm wrong about the Lucene specification, but I thought that words do not partial match by default. At the moment, the following returns true:
test(parse("name:Joh"), { name: "John Morton" })
Is this the intended behavior?
Hi, thanks for working on this!
Maybe I'm wrong about the Lucene specification, but I thought that words do not partial match by default. At the moment, the following returns true:
test(parse("name:Joh"), { name: "John Morton" })Is this the intended behavior?