Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0, sprint 7: 09-05-2012, Aquidneck
-
Fix Version/s: 2.0.0, sprint 7: 09-05-2012, Aquidneck
-
Component/s: API
-
Labels:None
-
Environment:
API Pulse Build 180.
-
Sprint:Sprint 7
Description
I just started testing the /sapi/rest/taxonomy/location web service today and I'm getting unexpected results at different depths in the tree.
For example:
- If I specify location 1000004 (RI) at depth 1, I get the state only (I'm assuming I should get everything in the state at that level.
- If I specify location 100004 (RI) at depth 2, I get the state and one county. I'm expecting to get the state and all counties.
- If I specify location 100004 (RI) at depth 3, I get the state, all counties, and 1 town. I'm not sure if I should get getting all counties and ALL towns/cities here or not.
- If I specify location 100004 (RI) at depth 4, I get the state, all counties, 2 towns (not all) and one zip code for one of the towns. Not sure what to expect here but I'm expecting more that this.
This is releated to AQ-252