Allow Duplicate Preferred Words (#484)

Allows you to weigh certain words more heavily. 

ex. This, This, That = This > That
This commit is contained in:
vertigo235 2017-01-28 11:13:01 -06:00 committed by Leonardo Galli
parent 3276e3ec52
commit 16b2cc49d4
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ var view = Marionette.ItemView.extend({
onRender : function() {
this.ui.preferred.tagsinput({
trimValue : true,
allowDuplicates: true,
tagClass : 'label label-success'
});
},