hub.js
hub.js copied to clipboard
problematic type matching in initiative search query string
The searchInitiatives
function appends type: Hub Initiative
to any query string passed thereto. This leads to fuzzy type-matching at best, and undefined behavior at worst.
We should follow AGOL's pattern of adding parens and quotes around the type string like so: type: ("Hub Initiative")
. I have verified that this forces an exact type-match.