Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick File Open: Support for Search Queries with Whitespaces #8989

Merged

Commits on Feb 2, 2021

  1. Add Whitespace Query Support to Quick File Open

    What it Does
    
    Fixes [eclipse-theia#8747](eclipse-theia#8747)
    
    - Allows whitespaces to be included in a `quick file open` search query.
    - Adds support for whitespaces in the scoring of file search results
    - Adds tests for whitespace queries (considers fuzzy matching and search
      term order).
    
    How to Test
    
    1. `ctrl + p` to `quick file open`
    2. Search for a file with a query that includes whitespaces (eg. `readme core`)
    3. Observe that whitespaces do not affect the search results
    
    Alternatively, run `@theia/file-search` tests.
    
    Signed-off-by: seantan22 <sean.a.tan@ericsson.com>
    seantan22 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    48a305a View commit details
    Browse the repository at this point in the history