Skip to content

Lower description and summary prevent search for acronyms #32

@agnesbrnb

Description

@agnesbrnb

text = (self.get_description() + " " + self.get_summary()).lower()

To avoid for false positives in text, especially with "ITS", acronyms are searched for with case sensitive matching. Using lower() on the description and summary stops any potential matches with acronyms.

Metadata

Metadata

Assignees

No one assigned

    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