So I have some street data where a field I am searching on has some values that look like
135' S/O Main St
This is causing problems when trying to search for these with the ArcGIS REST API.
I've tried using the following
135%27 S/O Main St
But that doesn't work either. I know they are there because I can search on the ID and they come back in results, but I need to search on the actual value.
Any tips? Anyone run into this before?
Thans.