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

UI: fuzzy and tokenized job search #4201

Merged
merged 8 commits into from
May 5, 2018
Merged

Commits on Apr 23, 2018

  1. Bring fuse.js back

    DingoEatingFuzz committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    486c85c View commit details
    Browse the repository at this point in the history
  2. Add optional fuzzy search support to the searchable mixin

    This time around fuzzy, exact, and regex can all be toggled.
    Additionally, each search type gets its own set of keys to search
    for. This means fuzzy search can only look at name while regex and
    exact match will still look at ID.
    DingoEatingFuzz committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    a7f6af9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15a7f2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fc73d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d16b332 View commit details
    Browse the repository at this point in the history
  6. Trim whitespace on the search term

    Trailing whitespace messes with tokenization
    DingoEatingFuzz committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    b314741 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5ba6eb View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Configuration menu
    Copy the full SHA
    4f260e2 View commit details
    Browse the repository at this point in the history