Working on a MEAN stack application for a school project, I'm almost done but struggling to add search functionality.
Creating a search feature for ICD-10 codes in a medical app is my goal. Just need a basic search of symptoms or codes that displays results, no Google custom search. It should be something local within the document.
Explored lucene and solr options, but they seem like an overkill for indexing just a single document.
If anyone can offer help or guidance on this issue, I would greatly appreciate it.