Skip to content

The exact title match comparison is case-sensitive and might miss issues if there are differences in filename casing between the search query and actual issue titles. #52

@BorDevTech

Description

@BorDevTech

The exact title match comparison is case-sensitive and might miss issues if there are differences in filename casing between the search query and actual issue titles.

          const exactMatch = data.items.find((issue: any) => issue.title.toLowerCase() === fileName.toLowerCase());

Originally posted by @Copilot in #47 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions