I know how to fix it... but I'm going to have to do it later as I'm going into a meeting.
In essence... I found the hashtags using a regex, and then I take the input and attempt to be clever when searching for it... but so long as I sanitise the input against the original regex that found the hashtag I can actually just do a plain text search and not a regex search... and that will match.
I know how to fix it... but I'm going to have to do it later as I'm going into a meeting.
In essence... I found the hashtags using a regex, and then I take the input and attempt to be clever when searching for it... but so long as I sanitise the input against the original regex that found the hashtag I can actually just do a plain text search and not a regex search... and that will match.