I have created a view that makes a spatial join between a point and a polygon featureclass, the result is a polygon view, so far so good, all looks correct.
but if I do a select by location in arcmap with that view I get very strange results, in a selection that should return about 300 matches i get 13... always!! until i add a buffert search around 7000m then i get the right selection...
if i do same spatial join view but i keep the point geometry instead then select by location works... what could be wrong? or does arcgis not support this?