sschueller / peertube-android

Thorium, a PeerTube Android Client
https://github.com/Chocobozzz/PeerTube
GNU Affero General Public License v3.0
344 stars 53 forks source link

Selecting a search suggestion doesn't fill search field #34

Open sschueller opened 5 years ago

sschueller commented 5 years ago

Selecting a search suggestion doesn't fill search field. If anyone has any idea how I can fix this it would be appreciated.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/66972206-selecting-a-search-suggestion-doesn-t-fill-search-field?utm_campaign=plugin&utm_content=tracker%2F89466969&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F89466969&utm_medium=issues&utm_source=github).
PaulLesur commented 5 years ago

I don't see any search suggestion when I start typing in the search field...

sschueller commented 5 years ago

Currently the suggestions are only what you have searched for in the past. There is a placeholder in the code for when peertube supports search suggestions.

dhk2 commented 4 years ago

I've gotten this one working by adding an onsuggestionlistener to the searchview and then copying the clicked on suggestion to the text field when called.