diff --git a/Source/Editor/Utilities/QueryFilterHelper.cs b/Source/Editor/Utilities/QueryFilterHelper.cs
index 653149a35..e9e5e9ccb 100644
--- a/Source/Editor/Utilities/QueryFilterHelper.cs
+++ b/Source/Editor/Utilities/QueryFilterHelper.cs
@@ -15,7 +15,7 @@ namespace FlaxEditor.Utilities
///
/// The minimum text match length.
///
- public const int MinLength = 2;
+ public const int MinLength = 1;
///
/// Matches the specified text with the filter.