After transitioning our website to be secure at all times the search in the navigation bar stopped working.
I was able to get it to work on desktop computers by changing the search form
from <form action="&mvt:global:protocol_relative_url;Screen=S RCH"
to <form action="&mvt:global:sessionurl;Screen=SRCH"
However this did not fix the issue for mobile devices. I have tried changing the form to use &mvte:urls:SRCH:rr; and https&mvt:global:protocol_relative_url;Screen=SRCH
in both cases the desktop search still works but the mobile search is having problems.
Any suggestions would be appreciated.
I was able to get it to work on desktop computers by changing the search form
from <form action="&mvt:global:protocol_relative_url;Screen=S RCH"
to <form action="&mvt:global:sessionurl;Screen=SRCH"
However this did not fix the issue for mobile devices. I have tried changing the form to use &mvte:urls:SRCH:rr; and https&mvt:global:protocol_relative_url;Screen=SRCH
in both cases the desktop search still works but the mobile search is having problems.
Any suggestions would be appreciated.
Comment