Skip to content

Fix search of wiki pages containing non-ascii characters #957

I've found that WIKI pages containing non-ascii characters (polish characters in particular) cause 500 Error when searching. After tracking down I identified that body fragment presented on search result page should be enforced to UTF8. This change works for me. Please review and merge if you don't see any issues.

Merge request reports