which I understand allows the search filter to use terms, which would suit my need (actually I think this would be better to function this way by default).
I'd appreciate if anyone can point me in the right direction on how I can use this as a custom function as I'd rather implement this way rather than hack the master JS with the code.
If you note the code below, basically I want the page with id "testpage" to not appear in history. This appears to be the case, but when I close this page I transition back two pages in history, back to Page 1. I appear to have this wrong or do not understand what the point of this option is. Note that my code below is a multipage document, this is just for simplicity here, but I am using single page templates and the outcome is the same. I want to close Page 3 and go back to Page 2, but I guess as the URL has not changed data-rel="back" takes me back to Page 1. Could be me but this just seems like the wrong action?
Can anyone spot the obvious mistake I'm making? Thanks.