Hello!
In the Answers API documentation for the Vertical Search Query endpoint, it says the limit
parameter is set to 10 by default for vertical search, similar to the default limit for the universal query endpoint.
That being said, when I hit the Vertical Search endpoint without including the limit
param, I seem to be getting 20 results by default instead of 10:
As expected, I can add the limit param to expand beyond that default limit:
But I wanted to ask about this in case the documentation needs to be updated, or if there may be something I’m doing wrong on my end.
Thanks!
DJ