peertube-android icon indicating copy to clipboard operation
peertube-android copied to clipboard

Selecting a search suggestion doesn't fill search field

Open sschueller opened this issue 7 years ago • 3 comments

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! We accept bounties via Bountysource.

sschueller avatar Dec 03 '18 11:12 sschueller

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

PaulLesur avatar Dec 04 '18 07:12 PaulLesur

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.

sschueller avatar Dec 04 '18 07:12 sschueller

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.

dhk2 avatar Jun 17 '20 04:06 dhk2