Closed phara23 closed 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.
Fixed by
newlist = sorted(results, key=lambda k: k['influencer_score'], reverse=True)
in the query method of backend/influencer.py
Make sure the searches that are returned are actually relevant to the search term