Skip to content

Improve file filtering when using the frontend indexing #72

@jtpio

Description

@jtpio

The pattern matching logic uses simple string inclusion which may produce false positives. For example, excluding 'test' would also exclude 'contest.py'. Consider implementing proper glob pattern matching or at minimum word boundary matching to avoid unintended exclusions.

Originally posted by @Copilot in #71 (comment)

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