0

I am using Examine index search of Umbraco to search Ucommerce products. If I search for Loreal, it works fine. But when I search for L’Oréal, it gives me 500 error.

Any help appreciated!

Thanks

Harsheet
  • 728
  • 9
  • 23

1 Answers1

0

What's the 500 you get? Maybe you can take a look at what analyzers should be used?

This sounds like a lucene problem with the way that your index are created and what fields are analyzed and how. Comparison of Lucene Analyzers

Community
  • 1
  • 1