pebble-dev / rebble-appstore-api

A quick reimplementation of api2/appstore-api
MIT License
13 stars 4 forks source link

Search returns apps where is_visible is true #9

Open Willow-Systems opened 3 years ago

Willow-Systems commented 3 years ago

Apps have a visibility flag Link to code.

When this is 'false' it causes the app to be hidden in collections. The app can still be viewed with the direct link These are both expected behavior.

However, searching for the app will still show it in the search results. I have no idea how the agolia/search stuff works, so not sure what needs to be done to resolve this bug.

To replicate:

Willow-Systems commented 3 years ago

(@jwise I assigned to you because I'm guessing (read: hoping) you understand the search code)