What does the “total results” in a catgeory search response mean? It seems wrong. in your docs Category Search | Search API there is an example in which the response shows:
{
“summary”: {
“query”: “pizza”,
“queryType”: “NON_NEAR”,
“queryTime”: 95,
“numResults”: 10,
“offset”: 0,
“totalResults”: 247458,
“fuzzyLevel”: 1,
“geoBias”: {
“lat”: 36.98844,
“lon”: -121.97483
}
},
“results”: []
}
but when i try the example
https://api.tomtom.com/search/2/categorySearch/pizza.json?key={Your_API_Key}
i see: “totalResults”:96
am i missing something?