question

androiddev1234 avatar image
androiddev1234 asked

OpenSearchPageRequest Category parameter..

Hi Members, I have been struggling for hours now, but could not find, a way to resolve issues with category parameter of OpenSearchPageRequest method. Here is the call I am using in my Android code: OpenSearchPageRequest request = new OpenSearchPageRequest(category, searchTerm); 1. If category is "Books", it works fine and the search page is loaded with Books as the category/filter. 2. If category is set to "Kindle Store" or "Movies & TV", it doesn't load the search page with these categories.. I guess, it is an issue with the space in category values.. Could anyone please help me resolve this issue? Thanks Android Developer
mobile associates
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Hi Androiddev1234, There should not be any space between the words in category search term. You should try with "KindleStore" or "Movies&TV". https://developer.amazon.com/sdk/mobile-associates/search-categories.html
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

androiddev1234 avatar image
androiddev1234 answered
Thanks Sujoy. Appreciated your response.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

androiddev1234 avatar image
androiddev1234 answered
Sujoy - Is there a way to reach you on email?
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Hi Androiddev1234, I can not post my official mail id in the open forum. I would recommend you to post on this forum if you have any generic issue/query and raise ContactUs ( https://developer.amazon.com/help/contactus.html) for the issues specific to your app. We will respond that shortly. Thank you.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.