Skip to content

Adding collation attribute-value pairs corrupts the view of the index #33

@ttasovac

Description

@ttasovac

Adding collation attribute-value pairs corrupts the view of the index in Monex. Consequently, some less stable people, like myself, freak out :)

Without collation, this is what my index looks like:

the good index

With collation:

<collection xmlns="http://exist-db.org/collection-config/1.0">
<index>
    <range>
        <create qname="orth" 
            type="xs:string" 
            collation="?lang=sr&amp;strength=primary"/>
    </range>
</index>

I get the

the freaky index

The index itself in eXist is ok and can be queried, so this is a Monex issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting responseMore information is needed in order to reproduce the issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions