When I deliberately enter an incorrect keyword, for instance "konnto" instead of "konto" (which is German for "account") not only does it corrects my keyword, but it also doubles it.
q becomes (konto konto) (konto konto)
It also gets displayed this way in the search box.
Is this a Coveo bug?
I did a few attempts here and the Did You Mean seems to work as expected. I'm wondering if special code in your page might be triggering the issue... Can you provide a screenshot of the browser console with the issue reproduced, and if at all possible a view source of the page? Use email if this site is too public (you have my address already).
i reproduce the problem by having 2 search box in the page
Answer by Alexandre Paré · Jun 11, 2014 at 04:01 PM
Here some explanation about this problem.
When you have 2 search box, each search box add a query in the expression:
(query1) (query2)
if your query is automatically corrected this will give :
(queryCorected1) (queryCorected2)
when the query box see the correction he put it back in the value.
I solve this issue in the june #3 build of the js search (30 june 2014).
autoCorrectedQueryTo label broken 1 Answer
How do I remove queries from the didyoumeanautomatic component in my no results reports? 1 Answer
Sitecore field named "keywords" ok? 1 Answer
queryCorrections data not found 1 Answer
COVEO REST API: Using a wildcard search with 'Did you mean?' suggestions 1 Answer