amazon-archives / web-app-starter-kit-for-fire-tv

Web App Starter Kit Examples
https://amzn.github.io/web-app-starter-kit-for-fire-tv/
Other
372 stars 161 forks source link

Search on the Mrss script #48

Closed xavierdante closed 6 years ago

xavierdante commented 6 years ago

I would like to know how to make the search button work on the MRS template or how to eliminate it from the Nav

maryga-amazon commented 6 years ago

To eliminate search you simply need to change the config option in the init.js called 'showSearch' from true to false. If search is true, it will automatically enable searching of the MRSS data that is loaded into the app. The app will perform a string comparison of the search query against the title and description data in your dataset.

xavierdante commented 6 years ago

Thanks for your help. I founded

Xavier

Sent from my iPhone

On Apr 19, 2018, at 3:13 PM, maryga-amazon notifications@github.com wrote:

To eliminate search you simply need to change the config option in the init.js called 'showSearch' from true to false. If search is true, it will automatically enable searching of the MRSS data that is loaded into the app. The app will perform a string comparison of the search query against the title and description data in your dataset.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.