Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

MUIFileSearcher.GetFiles(string path, string pattern) in 'MUIFileSearcher.cs' needs to be refactored #4053

Copy link
Copy link
@daxian-dbw

Description

@daxian-dbw
Issue body actions

PR #3852 fixes the pattern matching issue for Get-Help. However, the implementation should be using WildcardPattern instead of directly using regular expression. Basically it should use the same code as in https://github.com/PowerShell/PowerShell/blob/master/src/System.Management.Automation/engine/CommandCompletion/CompletionCompleters.cs#L5957-L5969, which implements Directory.GetFiles(path, pattern); in a case-insensitive way,

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.