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 void
SearchFilterWidget::setText(const std::string& text) SearchFilterWidget::setText(const std::string& text)
{ {
if (text != _lastEmittedText) { _lastEmittedText = text;
_lastEmittedText = text; emitUpdate();
emitUpdate();
}
} }
// Get constraints created by this filter // Get constraints created by this filter