You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constsearchSkills=searchParams ? searchParams.split(/[\s,]+/) : [];// regular expression to accept inputs separated by comma, space or both
26
+
constsearchSkills=searchParams ? searchParams.toLowerCase().split(/[\s,]+/) : [];// regular expression to accept inputs separated by comma, space or both
27
27
28
28
// In order to get rid of the "error: operator does not exist: json @> json" I mannually cast the skills column to JSONB
0 commit comments