# Editor.AdvancedDropdownWidget.SearchScorer

```csharp
System.Func`3<AdvancedDropdownItem,string[],int> SearchScorer { get; set; }
```

Optional custom search scorer. Receives an item and the search words, returns a score (0 = no match).
If null, the default scorer matches against Title and Description.

Declared in [Editor.AdvancedDropdownWidget](/api/Editor.AdvancedDropdownWidget).
Assembly: `Sandbox.Tools`.
