Skip to content
This repository was archived by the owner on Jun 22, 2020. It is now read-only.
This repository was archived by the owner on Jun 22, 2020. It is now read-only.

lowercase index names from URL #13

@jeremybmerrill

Description

@jeremybmerrill

elasticsearch requires index names to be lowercase

URLs, generally, are case-insensitive.

so, when we get the index name from the URL, we should downcase it to match what elasticsearch is expecting (and so users still can rely on case-insensitive URLs) -- so /search/MYINDEX is the same as /search/myindex, both mapping to the myindex index in elasticsearch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions