BroderickHigby / Influencer-tracking

Find the best influencers online to promote your small business or startup
http://sapie.space
5 stars 0 forks source link

Relevant searches being returned #23

Closed phara23 closed 6 years ago

phara23 commented 6 years ago

Make sure the searches that are returned are actually relevant to the search term

BroderickHigby commented 6 years ago

We want to Improve Semantic Search for multiple word queries. We need to have actual relevant results, such as: black business owner, watches, book blogger. It might be a good idea to take samples from multiple query engines such as youtube, google, twitter, or IG.

BroderickHigby commented 6 years ago

Fixed by newlist = sorted(results, key=lambda k: k['influencer_score'], reverse=True) in the query method of backend/influencer.py