diff -r 64c2eaafe5e2 -r 28efc97b5d78 src/widgets/Polemic.js --- 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);