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

Allow abbreviation of search field names #3440

Merged
merged 1 commit into from
Sep 5, 2019

Commits on Sep 3, 2019

  1. Allow abbreviation of search field names

    This allows `t:word` instead of `title:word` and `p:word` instead of `password:word`, and so on.  The rule is that an abbreviated name expands to the first field name that starts with it, with exceptions
    `u:` expanding to `username:` instead of `url:` and `pw:` expanding to `password:`.
    knu authored and droidmonkey committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    a38008a View commit details
    Browse the repository at this point in the history