79287968

Date: 2024-12-17 13:04:01
Score: 1
Natty:
Report link
Q-find node js sequelize first name or last name [Op.substring]
where: {
    [Op.or]: [
      { firstName: { [Op.substring]: 'yourSubstring' } },
      { lastName: { [Op.substring]: 'yourSubstring' } }
    ]
  }
#db table field name : firstName,lastName
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dilip kumar romi