Category searches in Local API seem to be inconsistent. I'm trying to search the department store category (96935005) in the Springfield, IL area. If I search using a search string "SEARS", I can see Sears and I can see the department store category.
(appid replaced)
http://local.yahooapis.com/LocalSearchServ...nce&start=1(partial results)
<Result id="17617291">
<Title>Sears Roebuck & Company</Title>
<Address>104 White Oaks Mall</Address>
<City>Springfield</City>
<State>IL</State>
...
<Categories>
<Category id="96927654">Hardware & Tools</Category>
<Category id="96929016">Clothing Stores</Category>
<Category id="96935005">Department Stores</Category>
</Categories>
</Result>
BUT...when I search based on category only, I get nothing.
http://local.yahooapis.com/LocalSearchServ...005&start=1<ResultSet xsi:schemaLocation="urn:yahoo:lcl
http://local.yahooapis.com/LocalSearchServ...ponse.xsd" totalResultsAvailable="0" totalResultsReturned="0" firstResultPosition="1">
<ResultSetMapUrl/>
</ResultSet>
−
<!--
ws15.ydn.ac4.yahoo.com compressed/chunked Thu May 20 08:00:30 PDT 2010
-->
Am I doing something wrong?