Skip to content

Case-insensitive searches for all keys #3

Description

@spacepod

Addama should support case insensitive searches through the REST API. As a technology, mongodb's build-in "case-insensitive regex search with anchors" will be used. Initially, this will be applied to all fields for now. Behavior for REST calls with union/intersection should remain the same: for example.?gene=A&gene&B&source=GEXP&source=Meth
logically translates to
("Gene A" OR "Gene B") AND ("source GEXP" OR "source METH")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions