parent
8f3a3ec8cc
commit
152fe817e8
|
@ -579,7 +579,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
async searchCreator() {
|
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 = [];
|
this.creators = [];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -619,7 +619,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
async searchSeries() {
|
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 = [];
|
this.series = [];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue