Filter not including the 9 digit zip code in a directory
I would like the directory filter (Parent directory) for zip code filter to include any 9 digit zip code as well. The current filter will only filter for the 5 digit code and exclude the 9 digit codes. For example, a search for 33629 would also include everyone with a 33629-5345, 33629-7210, 33629-4825.
I did find that I can get the behavior I want by using the search bar at the top of the map instead of a filter. When I click the "Include All Fields" button and enter the 5-digit zip code, the search results includes records with Zip+4
Another way of thinking about this is that the zip-code filter should use "starts with 33629" instead of "equals 33629"