Merge pull request #325 from QuickMythril/search-short-names

Remove character limit on name search
This commit is contained in:
AlphaX
2024-11-19 21:13:54 +01:00
committed by GitHub

View File

@@ -74,7 +74,7 @@ class SearchModal extends LitElement {
openUserInfo() {
const checkvalue = this.shadowRoot.getElementById('searchContent').value
if (checkvalue.length < 3) {
if (checkvalue.length < 1) {
let snackbar1string = get("publishpage.pchange20")
let snackbar2string = get("welcomepage.wcchange4")