콘텐츠 배너 등록/수정
- 크리에이터/시리즈 검색시 2글자 부터 검색이 되도록 수정
This commit is contained in:
@@ -579,7 +579,7 @@ export default {
|
||||
},
|
||||
|
||||
async searchCreator() {
|
||||
if (this.search_query_creator === null || this.search_query_creator.length < 3) {
|
||||
if (this.search_query_creator === null || this.search_query_creator.length < 2) {
|
||||
this.creators = [];
|
||||
return;
|
||||
}
|
||||
@@ -619,7 +619,7 @@ export default {
|
||||
},
|
||||
|
||||
async searchSeries() {
|
||||
if (this.search_query_series === null || this.search_query_series.length < 3) {
|
||||
if (this.search_query_series === null || this.search_query_series.length < 2) {
|
||||
this.series = [];
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user