Changes for version 0.10 - 2016-01-07

  • All changes done by Marco Pessotto.
  • ENHANCEMENTS
    • Added first/next/previous/last page numbers to the paginator.
    • Add total_pages values to the paginator.
    • Prevent empty search unless explicitly permitted.
    • Filter out very short terms.
    • Filter out stopwords from search terms.
    • Add subclass of WebService::Solr::Response for error handling.
  • TESTS
    • Add test file for weird error (probably due to Mouse).
    • Do not use SOLR_URL for testing as it may point to production Solr instance.
    • Adjust query test to our data.
    • Fix encoding test.
    • Add instructions and populate script for test instance.