search filter value limit added

This commit is contained in:
Cüneyt Şentürk 2020-11-20 11:41:02 +03:00
parent 9b7991011a
commit c27efe6df8

View File

@ -283,7 +283,7 @@ export default {
Cookies.set('search-string', serach_string, expires);
window.location = path + args;
window.location = path + args + ' limit:10';
},
onOptionSelected(value) {