K Khan
Feb 4, 2015
  2681
(1 votes)

If search in Commerce manger not working after upgrade 8.1 – 8.6

After an upgrade to EPiServer commerce 8.1 Commerce (Issue is valid till 8.6.1), For a site search through Commerce Manager Catalog Management –> Catalog entry search stopped working. What … How is it possible …. if it is working fine from Commerce section of Online Centre.
It is possible if you have not defined languages in lower case (Bug 122455 has been registered)

Cause: languages in commerce manager was defined as en-GB, en-US, en-CA rather en-gb, en-us, en-ca

Solution:
run a query in your Commerce DB “select * from CatalogLanguage”
if languages are not in lower case run “UPDATE CatalogLanguage SET LanguageCode = lower(LanguageCode)”
Reset application Pool
Rebuild Index

Feb 04, 2015

Comments

Please login to comment.
Latest blogs
Custom form element view in Optimizely CMS 12

Do you want full control over the form element markup? Create your own views!

Tomas Hensrud Gulla | Dec 11, 2024 | Syndicated blog

How to Elevate Your Experimentation - Opticon workshop experience

As a non-expert in the field of experimentation, I’d like to share my feedback on the recent Opticon San Antonio workshop session titled "How to...

David Ortiz | Dec 11, 2024

Persisting a Strawberry Shake GraphQL Client for Optimizely's Content Graph

A recent CMS project used Strawberry Shake to generate an up-to-date C# GraphQL client at each build. But what happens to the build if the GraphQL...

Nicholas Sideras | Dec 11, 2024 | Syndicated blog

Opti ID with Secure Cookies And Third Party AddOns

Opti ID has revolutionised access to the Optimizely One suite and is now the preferred authentication method on all PAAS CMS websites that I build....

Mark Stott | Dec 9, 2024