Ignore:
Timestamp:
2022-08-13T17:17:51+12:00 (21 months ago)
Author:
anupama
Message:

Repeating previous commit for some more collections. Previous commit message: Following Kathy's advice to use displayItem elements with keys when they belong not in the list of toplevel displayItems, but under elements like index, where the name attributes have to keep the constant value of name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/marc-e/etc/collectionConfig.xml

    r36275 r36368  
    2222        <defaultLevel name="document"/>
    2323        <index name="text">
    24             <displayItem lang="en" name="name">text</displayItem>
     24            <displayItem assigned="true" dictionary="collectionConfig" key="index_text" name="name"/>
    2525        </index>
    26         <index name="dc.Title"/>
     26        <index name="dc.Title">
     27            <displayItem assigned="true" dictionary="collectionConfig" key="index_Title" name="name"/>         
     28        </index>
    2729        <defaultIndex name="text"/>
    2830        <indexOption name="casefold"/>
Note: See TracChangeset for help on using the changeset viewer.