-
Notifications
You must be signed in to change notification settings - Fork 28
Conversation
Thanks for this pull request. The issue cannot be reproduced. Please give us a step by step guide and more details about the shop environment (FACT-Finder version, Magento edition/version, etc.). |
Steps to reproduce:
|
Thanks for the details. |
@xpoback: Could you finalize this improvement, please? |
@mvenghaus Thank you for your contribution. @tuegeb I was able to reproduce the bug: suggest proxy should be deactivated in order to do that. I'm not completely sure it the best way to handle URLs, but I would rather use a little preg_replace(), which works perfectly and solves the problem. |
@xpoback: Filter, sorting and other FACT-Finder related parameters should be dropped, too. The channel should only be retained. These URL adjustments should only be made within the branch: https://github.com/Flagbit/Magento-FACTFinder/blob/23c4ea31f134f440fc638dfdc255ffd8eeecc700/src/app/code/community/FACTFinder/Suggest/Helper/Data.php#L46 |
@tuegeb Within which branch? |
The "else" branch which is related to the suggest requests which are not using the proxy. |
Remove all params from suggest url except for "channel" to fix suggest on search page
@tuegeb |
On search results the "query" param exists in the base suggest url. If you change the search keyword the "query" param is in url and in options.
this.rq = new FactFinderAjax.Request(this.url, this.options);
And he doesn't use the new value from options.