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

Comparison should be case in-sensitive #12

Merged
merged 5 commits into from
May 17, 2020

Commits on May 14, 2020

  1. Filter should be case insensitive

    All words to be filtered should be lower-case, regardless of how entered.  Word to be compared should be lower-case, regardless of how entered
    bbuehrle committed May 14, 2020
    Configuration menu
    Copy the full SHA
    013bf0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from bbuehrle/bbuehrle-patch-case-insensitive

    Filter should be case insensitive
    bbuehrle committed May 14, 2020
    Configuration menu
    Copy the full SHA
    2188465 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    string => strings
    bbuehrle committed May 14, 2020
    Configuration menu
    Copy the full SHA
    b7d6f4f View commit details
    Browse the repository at this point in the history
  4. Compare lower-case

    Completely new to Go
    bbuehrle committed May 14, 2020
    Configuration menu
    Copy the full SHA
    e4f1fbe View commit details
    Browse the repository at this point in the history
  5. Try again

    bbuehrle committed May 14, 2020
    Configuration menu
    Copy the full SHA
    9105798 View commit details
    Browse the repository at this point in the history