Reputation: 628
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
Upvotes: 0
Views: 302
Reputation: 238
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
Upvotes: 0