Skip to content

Commit

Permalink
[#1883] use schema version 2.3 instead to match ckan version
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Aug 18, 2014
1 parent b4f8252 commit 5e10e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/config/solr/schema.xml
Expand Up @@ -16,7 +16,7 @@
limitations under the License.
-->

<schema name="ckan" version="2.1">
<schema name="ckan" version="2.3">

<types>
<fieldType name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true"/>
Expand Down
2 changes: 1 addition & 1 deletion ckan/lib/search/__init__.py
Expand Up @@ -32,7 +32,7 @@ def text_traceback():

SIMPLE_SEARCH = asbool(config.get('ckan.simple_search', False))

SUPPORTED_SCHEMA_VERSIONS = ['2.1']
SUPPORTED_SCHEMA_VERSIONS = ['2.3']

DEFAULT_OPTIONS = {
'limit': 20,
Expand Down

0 comments on commit 5e10e1a

Please sign in to comment.