diff --git a/osu.Game/Overlays/Mods/ModSearchContainer.cs b/osu.Game/Overlays/Mods/ModSearchContainer.cs
index f9bf11d1f1..b959274391 100644
--- a/osu.Game/Overlays/Mods/ModSearchContainer.cs
+++ b/osu.Game/Overlays/Mods/ModSearchContainer.cs
@@ -10,6 +10,9 @@ namespace osu.Game.Overlays.Mods
///
/// A string that should match the children
///
+ ///
+ /// Same as except the filtering is guarantied to be performed even when can't be run.
+ ///
public string ForcedSearchTerm
{
get => SearchTerm;