michberr / ProductGenius

Flask web application that interprets product ratings and reviews

Home Page:https://productgenius.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve search

michberr opened this issue · comments

  • needs to handle cases
  • needs to handle stemming
  • needs to rank results in some manner
  • needs to be fast (indexed)

Right now, I'm searching on titles, but i also have categories to search through. Not sure how to utilize both yet.