netgen / TagsBundle

Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Platform kernel.
https://netgen.io
GNU General Public License v2.0
48 stars 43 forks source link

Fix search field #136

Closed ludwig031 closed 3 years ago

ludwig031 commented 3 years ago

Since text type field in solr.xml configuration is definted as multiValued from ezplatform-solr-search-engine v1.4, tag_text field type needs to be defined as StringField instead TextField for sorting to work.

emodric commented 3 years ago

Thanks @ludwig031 !