Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.11 KB

For subreddits, searching in the database is case-sensitive, while for the keyword, searching in the database is case-insensitive. Also, for the keyword, matching does not happen on the whole word (i.e. if keyword=class and a submission/comment contains the word "superclass", then the respective submission/comment is returned).

  • Run unittests * python -m unittest discover -v

  • Run Docker composer * sudo docker-compose up --build

  • Check that the containers are up and running * sudo docker ps -a

  • Kill all running containers * sudo docker rm -f $(sudo docker ps -a -q)