grandexchange: Improve geSearchMode description (#11474)

This commit is contained in:
Omar Khan
2020-05-06 15:56:28 -04:00
committed by GitHub
parent 3847276416
commit 24c7855172

View File

@@ -112,7 +112,10 @@ public interface GrandExchangeConfig extends Config
position = 8,
keyName = "geSearchMode",
name = "Search Mode",
description = "The search mode to use for the GE"
description = "The search mode to use for the GE<br>"
+ "Default - Matches exact text only<br>"
+ "Fuzzy Only - Matches inexact text such as 'sara sword'<br>"
+ "Fuzzy Fallback - Uses default search, falling back to fuzzy search if no results were found"
)
default GrandExchangeSearchMode geSearchMode()
{