Add regex boundaries for traversal id search
When sending traversal_ids queries in meta fields, we are doing an unbounded regex search. We should add the start of string parameters to make sure the regex is a correct match and not a false positive. Something like this:
"^9970-"
Otherwise, we may accidentally get a substring match. Something like this (bad): "1239970-"
Edited by 🤖 GitLab Bot 🤖