Issue Type: BUG
Platform: Web
Description:
My project is using react HashRouter, so the expected URL should as index.html#/search?q=foo
In reactivesearch, I saw the URLParamsProvider hard code params from window.location.search, in this case, window.location.search will be always empty, so URLParams not able to work with react HashRouter
In project searchkit, there is a getLocation callback to handle all url before changing window.location, maybe this is a solution to fix this issue.
Looking forward this issue be fixed.
Issue Type: BUG
Platform: Web
Description:
My project is using react HashRouter, so the expected URL should as
index.html#/search?q=fooIn reactivesearch, I saw the
URLParamsProviderhard code params fromwindow.location.search, in this case,window.location.searchwill be always empty, so URLParams not able to work with react HashRouterIn project searchkit, there is a
getLocationcallback to handle all url before changing window.location, maybe this is a solution to fix this issue.Looking forward this issue be fixed.