Skip to content
New issue

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

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

Already on GitHub? # to your account

Implement search functionality #149

Closed
wants to merge 5 commits into from
Closed

Implement search functionality #149

wants to merge 5 commits into from

Commits on Dec 15, 2023

  1. Add search command which returns names of found entries

    Allow get and search to find matches in notes
    
    Signed-off-by: Christian McHugh <mchugh19@hotmail.com>
    mchugh19 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    70b6fad View commit details
    Browse the repository at this point in the history
  2. Improve wording

    Signed-off-by: Christian McHugh <mchugh19@hotmail.com>
    mchugh19 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    dded450 View commit details
    Browse the repository at this point in the history
  3. support full output for searches

    Signed-off-by: Christian McHugh <mchugh19@hotmail.com>
    mchugh19 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e525957 View commit details
    Browse the repository at this point in the history
  4. Add case insensitive to search

    Signed-off-by: Christian McHugh <mchugh19@hotmail.com>
    mchugh19 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7c4b21c View commit details
    Browse the repository at this point in the history
  5. fix typo and formatting

    Signed-off-by: Christian McHugh <mchugh19@hotmail.com>
    mchugh19 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9759e7c View commit details
    Browse the repository at this point in the history