Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Implement as-you-type filtering #220

Merged
merged 19 commits into from
Mar 19, 2018
Merged

Commits on Mar 19, 2018

  1. Implement as-you-type filtering

    If there are search results present:
     * Typing in the search field will filter the results
     * Pressing <enter> will autofill the first entry
     * Pressing <enter> when there are no matching entries will run a normal search
    
    If there are search results present, no filter has been entered, and '\' is pressed:
     * All search results are cleared, as is the search input box
     * Pressing <enter> will run a normal search
    erayd committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    9422137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5518806 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3e5e9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71d3115 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aee57b View commit details
    Browse the repository at this point in the history
  6. Allow fixing search typos

    erayd committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    3543872 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d8c108 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2c9adb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1698187 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    173e270 View commit details
    Browse the repository at this point in the history
  11. Change fuzzy filter library

    erayd committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    160807e View commit details
    Browse the repository at this point in the history
  12. Add per-word search refinement

    erayd committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    aa22418 View commit details
    Browse the repository at this point in the history
  13. Add comment

    erayd committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    fb4718b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    587296a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    07d6501 View commit details
    Browse the repository at this point in the history
  16. Don't check logins

    erayd committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    e8b05b9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    66f0a93 View commit details
    Browse the repository at this point in the history
  18. Don't check logins

    erayd committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    09a396b View commit details
    Browse the repository at this point in the history
  19. Don't check logins

    erayd committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    9a8ad29 View commit details
    Browse the repository at this point in the history