don't save one char queries
This commit is contained in:
@@ -335,6 +335,8 @@
|
||||
|
||||
return {
|
||||
add: function(q) {
|
||||
if (q.length < 2) return;
|
||||
|
||||
var exists = false;
|
||||
|
||||
queries.forEach(function(query) {
|
||||
|
||||
Reference in New Issue
Block a user