Revert "Reduce search min chars to two"
This reverts commit 47876612ac.
This commit is contained in:
@@ -261,7 +261,7 @@ class ItemView(d.Display):
|
||||
|
||||
def scheduleSearch(self, event):
|
||||
search = self.marketBrowser.search.GetLineText(0)
|
||||
if len(search) < 2:
|
||||
if len(search) < 3:
|
||||
self.clearSearch(event, False)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user