-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Core MongoDB
-
Release Notes Summary:The property nuxeo.mongodb.like.anchored enables the fact that on MongoDB a LIKE match anchors its search.
-
Tags:
-
Impact type:Configuration Change
-
Upgrade notes:
-
Sprint:nxFG 10.3.7, nxFG 10.3.8
-
Story Points:2
A repository (not Elasticsearch) search with LIKE should be anchored, i.e., it must not match the middle of a string (this is the SQL and therefore NXQL semantics).
This currently fails on MongoDB: ... LIKE 'bar' currently matches foobarbaz but it shouldn't.