src/widgets/Polemic.js
branchnew-model
changeset 925 28efc97b5d78
parent 924 64c2eaafe5e2
child 930 165f236e42f2
--- a/src/widgets/Polemic.js	Thu Jul 05 19:08:13 2012 +0200
+++ b/src/widgets/Polemic.js	Fri Jul 06 18:13:32 2012 +0200
@@ -46,7 +46,7 @@
 IriSP.Widgets.Polemic.prototype.onSearch = function(searchString) {
     this.searchString = typeof searchString !== "undefined" ? searchString : '';
     var _found = 0,
-        _re = IriSP.Model.regexpFromTextOrArray(searchString),
+        _re = IriSP.Model.regexpFromTextOrArray(searchString, true),
         _this = this;
     this.$tweets.each(function() {
         var _el = IriSP.jQuery(this);