Open JoshuaRM opened 5 years ago
Solves #25. Encodes each word directly, as opposed to the former version which encoded the search string. Test is run to ensure encoding was done correctly
Hello @JoshuaRM! Thanks for updating the PR.
There are no PEP8 issues in the file pySearch.py !
pySearch.py
There are no PEP8 issues in the file search.py !
search.py
There are no PEP8 issues in the file tests/test_search.py !
tests/test_search.py
Solves #25. Encodes each word directly, as opposed to the former version which encoded the search string. Test is run to ensure encoding was done correctly