Platform Explorer / Nuxeo Platform LTS 2019 10.10

Component org.nuxeo.ecm.core.storage.mongodb.configuration

Resolution Order

154
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.storage.mongodb.configuration">

  <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
    <documentation>
      Property to disable the fact that on MongoDB a LIKE match anchors its search
      (like in SQL databases), i.e., absent wildcards, it does not match in the middle of a string.

      When true, does not match in the middle of a string.
      When false, works as if there was a % on each side of the LIKE expression.

      @since 10.3
    </documentation>
    <!-- default is true for 10.3 and later -->
    <property name="nuxeo.mongodb.like.anchored">true</property>
  </extension>

</component>