Hardcoded Prompts NOT loading in Staging URL

Hello Team,

The hardcoded prompts/query suggestions are NOT loading in the staging URL. However, I can see them working in the Test Search.

  1. The experience locale is set to French(fr) and the query suggestions are also in French. However, they are NOT loading in the French experience BUT they are working in English Test Search ( See image for reference)

How should I make them work in Fr locale ?

  1. The # of hardcoded prompts are also 10, which is the maximum that I can put. Is there a provision to increase the # of prompts ? ( According to this post, the max is 10

Hello Team,

Can anyone from the community team kindly provide resolution to the above issue. I have my Demo tomorrow and hence this urgent request.

Thanks in advance,
CP

Hi CP,

In the typed animation script you need to change the const locale = "en"; from “en” to “fr” as well as in the backend defining the "supportedLocales" as “fr”. Let me know if you have any further questions.