Quintiq file version 2.0 #parent: #root Method Filter () id:Method_DialogSettingsEngine_Filter { #keys: '[139164.3.1812403376]' Body: [* txt := EditorFilter.Text().TrimBoth(); txt := txt.ReplaceAll( '"', '' ); if( txt.Length() = 0 ) { GUIDataExtractorSettings.FixedFilter( '' ); } else { GUIDataExtractorSettings.FixedFilter( 'object.Name() ~ "' + txt + '" or object.Description() ~ "' + txt + '"' ); } *] }