diff --git a/.circleci/config.yml b/.circleci/config.yml index 552c2f47131..36c1d2af5be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: test: docker: - - image: python:2 + - image: python:2-stretch environment: CKAN_DATASTORE_POSTGRES_DB: datastore_test CKAN_DATASTORE_POSTGRES_READ_USER: datastore_read @@ -29,7 +29,7 @@ jobs: - checkout - run: | - # SO Dependencies + # OS Dependencies apt update case $CIRCLE_NODE_INDEX in $NODE_TESTS_CONTAINER) diff --git a/ckan/views/home.py b/ckan/views/home.py index 9f24b0dc8e6..16436671ba6 100644 --- a/ckan/views/home.py +++ b/ckan/views/home.py @@ -34,7 +34,7 @@ def index(): data_dict = {u'q': u'*:*', u'facet.field': h.facets(), u'rows': 4, - u'start': 4, + u'start': 0, u'sort': u'view_recent desc', u'fq': u'capacity:"public"'} query = logic.get_action(u'package_search')(context, data_dict)