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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user