So I’ve noticed that this feature was broken for a while now… It is really helpful so if it can be fixed that’d be nice
What the issue is once you have the checkbox checked it doesn’t display your active places only. I did some snooping and I found the issue.
the Ajax or whatever you guys use gets the information a little bit off example:
This is what you guys are doing right now:
And this is what it is supposed to be instead…
As you can see where it says “&showActiveOnly” is set to false I went on the page and changed the url to make it set as true and it works.