Skip to content

Commit

Permalink
[#3863] Change permission_labels type to string in schema.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 10, 2017
1 parent 1b8686e commit d79efb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/config/solr/schema.xml
Expand Up @@ -112,7 +112,7 @@ schema. In this case the version should be set to the next CKAN version number.
<field name="organization" type="string" indexed="true" stored="true" multiValued="false"/>

<field name="capacity" type="string" indexed="true" stored="true" multiValued="false"/>
<field name="permission_labels" type="text" indexed="true" stored="false" multiValued="true"/>
<field name="permission_labels" type="string" indexed="true" stored="false" multiValued="true"/>

<field name="res_name" type="textgen" indexed="true" stored="true" multiValued="true" />
<field name="res_description" type="textgen" indexed="true" stored="true" multiValued="true"/>
Expand Down

0 comments on commit d79efb5

Please sign in to comment.