I cannot get an exact match for part of a search script function I created.
My search function allows me to select a boxname, example, boxname1, it however finds results for not only boxname1 but also for boxname11, boxname12, boxname13...etc.
How can I get it to only find results for boxname1 only?
This is what I have for that part of the search. I use the caret ^ to anchor at the beginning and the $ to anchor at the end.
#######