Hello,
i unsuccessfully try to query a document with his field a contains (not is equal) the value of field b. then negate this. can anybody help?
here an example to clarify:
fieldA:"test-MATCH", fieldB:"MATCH" -> no match
fieldA:"MATCH-test", fieldB:"MATCH" -> no match
fieldA:"test-test", fieldB:"MATCH" -> match
fieldA:"MATCH",fieldB"MATCH" -> no match