Don't restrict searching the same pattern since the db may be updating

This commit is contained in:
emeric
2014-08-20 14:15:03 +02:00
parent 512f334ef7
commit 62d2f6af2a
+2 -4
View File
@@ -12,10 +12,8 @@ SearchFilterWidget::SearchFilterWidget(Wt::WContainerWidget* parent)
void
SearchFilterWidget::setText(const std::string& text)
{
if (text != _lastEmittedText) {
_lastEmittedText = text;
emitUpdate();
}
_lastEmittedText = text;
emitUpdate();
}
// Get constraints created by this filter