Skip to content

Commit

Permalink
Merge pull request #3867 from Zharktas/3863-change-permission_labels-…
Browse files Browse the repository at this point in the history
…type-to-string-in-solr

#3863 Bump schema version
  • Loading branch information
wardi committed Oct 11, 2017
2 parents 67dc2df + 148fe30 commit c1d9845
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 @@ -24,7 +24,7 @@
<!-- We update the version when there is a backward-incompatible change to this
schema. In this case the version should be set to the next CKAN version number.
(x.y but not x.y.z since it needs to be a float) -->
<schema name="ckan" version="2.7">
<schema name="ckan" version="2.8">

<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 @@ -31,7 +31,7 @@ def text_traceback():
return res


SUPPORTED_SCHEMA_VERSIONS = ['2.7']
SUPPORTED_SCHEMA_VERSIONS = ['2.8']

DEFAULT_OPTIONS = {
'limit': 20,
Expand Down

0 comments on commit c1d9845

Please sign in to comment.