search filter value limit added
This commit is contained in:
parent
9b7991011a
commit
c27efe6df8
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user