You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select the vocabularies Allärs and YSA, and "any language"
Search for something e.g. "katt", press Enter to get the search result page
Click on the first result to get to the concept page
Click the logo to get to the front page
What is the expected output? What do you see instead?
Expected that the search language setting would be preserved, so that subsequent searches would still target all languages. Instead it changes to Finnish or Swedish on step 3 and remains so in step 4.
What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)
Firefox, Chrome
The text was updated successfully, but these errors were encountered:
The problem with this implementation is that it now relies on cookies on the server side, which may mean that a different HTML response is returned for the same URL (depending on the cookie value). This is bad for caching, we have previously tried to avoid this situation. It would be better to check the cookie value in JavaScript code only and set the language selection accordingly on the client side. The server would just see the URL parameter anylang as before.
At which URL did you encounter the problem?
http://finto.fi/fi/
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected that the search language setting would be preserved, so that subsequent searches would still target all languages. Instead it changes to Finnish or Swedish on step 3 and remains so in step 4.
What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)
Firefox, Chrome
The text was updated successfully, but these errors were encountered: