mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
maintenance: string search methods
This commit is contained in:
@@ -394,7 +394,7 @@ nodebank_panel::render() {
|
||||
continue;
|
||||
}
|
||||
if( ( false == searchfilter.empty() )
|
||||
&& ( entry.first.find( searchfilter ) == std::string::npos ) ) {
|
||||
&& ( false == contains( entry.first, searchfilter ) ) ) {
|
||||
continue;
|
||||
}
|
||||
auto const label { " " + entry.first + "##" + std::to_string( idx ) };
|
||||
|
||||
Reference in New Issue
Block a user