November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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?