New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick search submit is not working on multi server server > 1 #16738
Comments
|
Hi @Jay04653 |
|
@williamdes, yes, you are right. |
Could you apply this change on diff --git a/js/src/navigation.js b/js/src/navigation.js
index 2bb1a8fb0e..a6a245ba98 100644
--- a/js/src/navigation.js
+++ b/js/src/navigation.js
@@ -1574,7 +1574,7 @@ Navigation.FastFilter.Filter.prototype.request = function () {
}
}
self.xhr = $.ajax({
- url: 'index.php?route=/navigation&ajax_request=1',
+ url: 'index.php?route=/navigation&ajax_request=1&server=' + CommonParams.get('server'),
type: 'post',
dataType: 'json',
data: params, |
|
@williamdes Thank you for the quick solution! |
Signed-off-by: William Desportes <williamdes@wdes.fr>

Describe the bug
Try to use quick search:

See a result:

After press Enter to search session is broken and you have to refresh the page and logic again.
The issue on version 5.1.
The text was updated successfully, but these errors were encountered: