botAppendSelector and other query strings broken by lowercasing
Grace Tay (Compass)
Hey, I have another issue i ran into. I've attempted to use botAppendSelector with the id of a region in my site. However it wasn't working. when I debugged it I came across a function that was splitting on the hash and removing it (used for query selector id), and also lowercasing the params. so it loses the botappendselector due to lowercasing and splitting before the id. Sending a screenshot for clarity. I would assume this also impacts skipAfterSelector. Not sure if you had any thoughts, or if I am misunderstanding how to use those options?