Skip to content

Commit

Permalink
support fulltext search for multiselect fields with tag mode (#13552)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackbitDevs committed Nov 16, 2022
1 parent 23b6628 commit c0d76e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ pimcore.object.tags.multiselect = Class.create(pimcore.object.tags.abstract, {
if (this.fieldConfig.renderType == "tags") {
options.queryMode = 'local';
options.editable = true;
options.anyMatch = true;
if(hasHTMLContent) {
options.labelTpl = '{[Ext.util.Format.stripTags(values.text)]}';
}
Expand Down

0 comments on commit c0d76e7

Please sign in to comment.