Don't restrict searching the same pattern since the db may be updating
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user