search filter value limit added
This commit is contained in:
@@ -283,7 +283,7 @@ export default {
|
|||||||
|
|
||||||
Cookies.set('search-string', serach_string, expires);
|
Cookies.set('search-string', serach_string, expires);
|
||||||
|
|
||||||
window.location = path + args;
|
window.location = path + args + ' limit:10';
|
||||||
},
|
},
|
||||||
|
|
||||||
onOptionSelected(value) {
|
onOptionSelected(value) {
|
||||||
|
Reference in New Issue
Block a user