jupyterlab-quickopen icon indicating copy to clipboard operation
jupyterlab-quickopen copied to clipboard

Improve file filtering when using the frontend indexing

Open jtpio opened this issue 3 months ago • 0 comments

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 https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/71#discussion_r2314297174

jtpio avatar Sep 01 '25 16:09 jtpio