Skip to content

Untag should be case insensitive #1

@LowXiSi

Description

@LowXiSi

Tags should be treated as case-insensitive, since florist and Florist should mean the same thing.

  • The creation of tags via create-tag is case-insensitive,
    i.e. create-tag t/aid followed by create-tag t/Aid will result in the error message: This tag already exists in the Wedlinker.
    Screenshot 2024-11-15 at 4.32.16 PM.png

  • Tagging of the person via tag is also case-insensitive,
    i.e. tag 1 t/Aid will successfully add the tag aid to the first contact
    Screenshot 2024-11-15 at 4.56.23 PM.png

  • However, untagging the person via untag is case sensitive,
    i.e. untag 1 t/Aid results in the error message Some tags were not found in the person's tag list. although the first person has the tag aid.
    Screenshot 2024-11-15 at 4.59.15 PM.png

Firstly, this inconsistency of case sensitivity of tags is confusing for the user. Secondly, case-sensitivity in untag is unnecessary since there cannot be 2 tags with the same spelling. This only inconveniences the user.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions