Skip to content

Commit

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

[#3863] Change permission_labels type to string in schema.xml
  • Loading branch information
wardi committed Oct 10, 2017
2 parents 1b8686e + d79efb5 commit 67dc2df
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 67dc2df

Please sign in to comment.