I've got a weird problem that is probably user error, but I can't seem to figure it out.
I'm trying to populate a dropdown with my list of categories through the API
Here's my endpoint:
https://smt.elev8maps.com/wp-json/geodir/v2/places/categories
One of the categories is named "water". I can go to the "water" category endpoint and it shows up:
https://smt.elev8maps.com/wp-json/geodir/v2/places/categories/11
but it doesn't show up when I try to load all the categories!
I can add other categories that do not contain the word "water" and they show up fine in the category endpoint, but any combination of the word water (even intentional misspellings - "watter", "water2", "water station") do not populate in the endpoint!  It's driving me bonkers.
I'm guessing it might have something to do with my GeoDirectory install configuration, but I can't figure out how to correct it.
Anybody run in to similar issues?