Compare commits
No commits in common. "05ddd417cd4045638f726c470b40d16069dd08c3" and "e70426af6817cdf66bc12dc36c661a77a9bdd9c1" have entirely different histories.
05ddd417cd
...
e70426af68
|
@ -579,7 +579,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
async searchCreator() {
|
async searchCreator() {
|
||||||
if (this.search_query_creator === null || this.search_query_creator.length < 2) {
|
if (this.search_query_creator === null || this.search_query_creator.length < 3) {
|
||||||
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 < 2) {
|
if (this.search_query_series === null || this.search_query_series.length < 3) {
|
||||||
this.series = [];
|
this.series = [];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue