busyorg / busy

Blockchain-based social network where anyone can earn rewards 🚀
https://busy.org/
MIT License
358 stars 252 forks source link

Allow user to look for a tag within the search bar #1787

Open bonustrack opened 6 years ago

bonustrack commented 6 years ago

Our search should allow user to find a tag from the trending list, or a custom one.

jm90m commented 6 years ago

Search should split up into three columns imo..

For the tags search, I propose that we query for 1000+ trending tags, https://api.steemjs.com/getTrendingTags?limit=1000, then do a search for substring comparison on each tag on frontend.

pareshUD commented 6 years ago

@jm90m @bonustrack Can user add multiple tags and can he also search tags + username?

jm90m commented 6 years ago

@pareshUD when a user searches for something, it searches within all 3 categories - tags, users, posts

pareshUD commented 6 years ago
search popup

@jm90m can you check this please?