This pull request uses the newly implemented parameters in the SearchParameters object to execute a filtered search. It also adds some default values to the SearchParameters object so as to not crash the normal, unfiltered search. This PR also changes a few values in the filtered_search_form.html page so that it fits the strings that the Google search API expects in the dateRestrict argument.
This pull request uses the newly implemented parameters in the SearchParameters object to execute a filtered search. It also adds some default values to the SearchParameters object so as to not crash the normal, unfiltered search. This PR also changes a few values in the filtered_search_form.html page so that it fits the strings that the Google search API expects in the dateRestrict argument.
This PR potentially closes #134 and #147