Problems with Code to Perform Search on Category

In this line you have a couple of problems:
“dataPath”: “coachFirstName”,“coachLastName”

The line doesn’t end in a comma and the next line can’t determine what “label” is. Also, you have two data items (coachFirstName and coachLastName). Is that the dataPath? What do you want for the dataPath? What are you trying to do here?