diff --git a/ckan/config/solr/schema.xml b/ckan/config/solr/schema.xml index 9b9049687c3..2a86c4ca719 100644 --- a/ckan/config/solr/schema.xml +++ b/ckan/config/solr/schema.xml @@ -25,7 +25,7 @@ schema. We used to use the `version` attribute for this but this is an internal attribute that should not be used so starting from CKAN 2.10 we use the `name` attribute with the form `ckan-X.Y` --> - + diff --git a/ckan/lib/search/__init__.py b/ckan/lib/search/__init__.py index 63feffea2b5..a520c2754ed 100644 --- a/ckan/lib/search/__init__.py +++ b/ckan/lib/search/__init__.py @@ -57,7 +57,7 @@ def text_traceback() -> str: return res -SUPPORTED_SCHEMA_VERSIONS = ['2.8', '2.9', '2.10'] +SUPPORTED_SCHEMA_VERSIONS = ['2.8', '2.9', '2.10', '2.11'] DEFAULT_OPTIONS = { 'limit': 20,