I am trying to get the global quick search box in googletv to show me all my custom suggestions. When running my app on the latest googleTV emulator, the Global QSB shows me all the appropriate custom Suggestions; however running the same app on a GTV device , the global QSB only shows me the first custom suggestion but not the rest. I have set my content provider to return the following data: _id, suggest_text_1, suggest_text_2, suggest_intent_data suggest_intent_extra_data
any insight would be greatly appreciated