Allow Duplicate Preferred Words (#484)

Allows you to weigh certain words more heavily. 

ex. This, This, That = This > That
vertigo235 7 years ago committed by Leonardo Galli
parent 3276e3ec52
commit 16b2cc49d4

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

Loading…
Cancel
Save