Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Bootstrapping does not apply field settings #118

Closed
dmcassel opened this issue Jul 30, 2013 · 0 comments
Closed

Bootstrapping does not apply field settings #118

dmcassel opened this issue Jul 30, 2013 · 0 comments
Assignees
Labels

Comments

@dmcassel
Copy link
Collaborator

Given a field configuration like the following, the field will be defined with the correct includes, but the settings (trailing-wildcard-searches, one-character-searches, field-value-searches) will not be applied.

<field>
  <field-name>custodian</field-name>
  <include-root>false</include-root>
  <trailing-wildcard-searches>true</trailing-wildcard-searches>
  <one-character-searches>true</one-character-searches>
  <field-value-searches>true</field-value-searches>
  <word-lexicons/>
  <included-elements>
    <included-element>
      <namespace-uri>http://www.w3.org/1999/xhtml</namespace-uri>
      <localname>custodian</localname>
      <weight>1.0</weight>
      <attribute-namespace-uri/>
      <attribute-localname/>
      <attribute-value/>
    </included-element>
  </included-elements>
  <excluded-elements/>
</field>
@ghost ghost assigned dmcassel Jul 30, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant