Search function for greenscores should be as permissive (return as many entries) as possbile
Examples, if no date range:
- if user inputs a minerID, return all records with that minerID
- if user inputs n minerIDs, return all records including those minerIDs (not necessarily in that order)
- and user inputs minerID 'f', return all records with minerIDs starting with 'f'
Search function for greenscores should be as permissive (return as many entries) as possbile
Examples, if no date range: