node-sequelize-querystring icon indicating copy to clipboard operation
node-sequelize-querystring copied to clipboard

fix bug that return empty “where object” if filter contains utf8letter

Open likegun opened this issue 6 years ago • 1 comments

In find method, if (expression.match(/(([\w|.]+)\s(\w+)\s([\w|\s|%|_]+),?)+/)), if expression contains utf8letters the if condition would be false and return empty where object.

likegun avatar Apr 16 '19 08:04 likegun

@likegun Did you have any chance to have a look to my feedback? thank you

ricmalta avatar Nov 12 '19 16:11 ricmalta