When creating a street address locator with suggestions enabled, is there a way to include fields such as Predirection, Postdirection, Suffix, etc but not make them a required part of the geocoding process? For example, when I do this search with the World Geocoding Service:

Despite the fact that I'm not entering predirection as part of my inquiry, it's able to pull up 100 E Main and 100 W Main. Does this require custom logic outside of the standard locator calls, or possibly a point address locator needs to be part of a composite? I can't seem to achieve this using a Locator and Runtime SuggestAsync, even turning the minimum score down to 0.
Thanks!