'Search with % return all data sequlize with mysql
In sequelize with mysql,
Table.findAll({
where:{
name:{[Op.like]:%´+req.query.name+%´}
})
When I search with %%%% it return all data. I want to get no data.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
