Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Found a solution my self, that seems to work.
Added a slash between minus and backslash:
[\p{N}\p{L}]{1}[\p{N}\p{L}-/\._]*[\p{N}\p{L}]{1}
Hi
I have a problem with EPiServer search not indexing thousands of pages.
Problem is that the customer uses their case number as PageName, and that is on the form of yyyy/nr (2009/354).
The indexing ignores the slash (/) and indexes 2009 and 354.
Has someone tryed to modify the regular expression that is used for indexing to accept slashes as part of the string?
Default RegEx is:
[\p{N}\p{L}]{1}[\p{N}\p{L}-\._]*[\p{N}\p{L}]{1}
but I can't make it work with slashes.
Anyone? Please?