/JSON_SearchEngine

• Designed to help search through multiple JSON files using user provided search criteria with ease.

Primary LanguageC++MIT LicenseMIT

Let's Search! JSON Search Engine

Number of GitHub Downloads badge

Test JSON Datasets (SCOTUS Opinions) :

Instructions on how to use:

  1. Run program & select Maintenance in the Main Menu

  2. Your file browser will open once Add Folder is pressed. After selecting a directory, wait for the data to load into the index.

Selecting a Directory
  1. Return to the Main Menu & select Interactive. Then select Index Method to choose your index method of choice as seen below.
Choosing an Index Method
  1. Select Search to enter a new query.
Entering a Search Query

Examples of different available boolean pre-fixes & how they can be used :

Education : Returns all opinions that contain the word education.

OR privacy security : Returns all opinions that contain either privacy OR security OR both.

security NOT privacy : Returns all opinions that contain security, but not privacy.

AND higher education texas : Returns all opinions that contain the words higher and education and texas

AND privacy security NOT computer : Returns all opinions that contain privacy and security, but not computer.