projectEndings / staticSearch

A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection
https://endings.uvic.ca/staticSearch/docs/index.html
Mozilla Public License 2.0
46 stars 21 forks source link

Plus signs (MUST_CONTAIN flags) are not retained when navigating browser history #230

Closed martindholmes closed 1 year ago

martindholmes commented 2 years ago

Plus signs appear to be lost when migrating away from a search result and then returning to it via the browser's back button. This is probably due to the fact that they're not being encoded when pushed to the browser history object.

martindholmes commented 1 year ago

This appears to be working fine in our manual test build. I think it can be closed.

joeytakeda commented 1 year ago

Confirmed that this works for me too, so will close.