I have since extended the searches by instructor, class name, and location to support alternation (e.g. instructor="Bill|Julie|Jane"
finds either Bill or Julie or Jane, not just one) and wildcards (e.g. class="%Yoga%"
finds all classes that contain the word “yoga.”)
I will create a pull request to your repo.