hub.js icon indicating copy to clipboard operation
hub.js copied to clipboard

problematic type matching in initiative search query string

Open drewdaemon opened this issue 5 years ago • 0 comments

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.

drewdaemon avatar Oct 29 '19 16:10 drewdaemon