Search - brendanoc21/notes-app GitHub Wiki

Instructions

Searching contains by title, category or priority searching. Searching can be reached by inputting 4 on the menu. This prompts the user with a submenu containing:

  1. By title
  2. By category
  3. By priority

Inputting their respective integers will activate their functions.

  • Title will prompt the user for a title and display close matches and isn't case sensitive.
  • Category will prompt the user for a category and display close matches and isn't case sensitive.
  • Priority will prompt the user for an number from 1 to 5 and will display all notes of that priority.