pebble
pebble copied to clipboard
Search terms in the store get a "?platform" query string appended
When I want to search for apps in the Pebble Appstore and enter a search term it always gets "?platform" appended before it is transmitted to the store search. That always gets me no result. I can remove the "?platform" in the inputbox within the store and after that search works. But it is annoying to have to do that again and again.
thanks, i'm currently working on getting the pebble time appstore to work, and i can reproduce this error.
Removing ?platform from the search query works, as it now yields results. But I cannot install any apps from those search results. The "add" button simply doesn't show up. Not sure if this is related to the misplaced "platform", or it's a different issue. I'm using a Pebble Steel.
I can also confirm this bug. Search appends ?platform, after removing that the search results are shown, but apps/faces can't be installed.
Smurfy's patch in his pull request fixes this, but it's not been merged yet.