# searchWordMatcher

> The function used to match the search data against the search words.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Search](/engine/6000.3/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
public Func<string, bool, StringComparison, string, bool> searchWordMatcher { get; }
```

### Remarks

See [SetSearchWordMatcher](/engine/6000.3/script-reference/unityeditor/search/queryengine1/setsearchwordmatcher.md) for a complete example.
