We have a website with products images. The images are indexed bij the DNN Search (Lucene) it looks like lucene converts the image path to lowercase.
Is there a way to make DNN search index case sensitive so it doesn't convert image paths to lowercase?
Hi willem
You would need custom case sensitive Lucene Analyzer inherited from the Standard Analyzer (or the Analyzer you use for your language). You should be able to select Analyzers in the "Site Settings -> Search -> Basic Settings":
Hope this helps
Kind regards, Sergiy
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.