-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
The partial match functionality currently checks args for both json and like mode.
I think this is a major bug since the arguments if > 191 chars are stored in the extended_args database columns.
The fix is to change:
$sql .= ' AND JSON_EXTRACT(a.args, %s)=' . $placeholder; $sql .= ' AND a.args LIKE %s';
Both to a.extended_args
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels