Kaspars Ozols
Kaspars Ozols
Localized resources might contain simple HTML markup. One might argue that HTML should not be in resources at all, and message should be formed from separate pieces. In most cases...
When calling `contentReference.GetFriendlyUrl(includeHost: true)`, returned URL has schema based on incoming request, but not based on schema defined in site settings. https://github.com/Geta/EPi.Extensions/blob/master/src/Geta.EPi.Extensions/Helpers/UriHelpers.cs#L29 This creates problems in following scenarios: a) site...
1) After less than 1 month in production, `Suggestions` table has grown to 500 000 records. 2) There should be a way to exclude certain URLs from suggestions, such as...
**Given rules:** Old URL = `/search/ps_90/s_13?kw=oakley+radar+ev` New URL = `/search-page/?query=oakley+radar+ev` **Test case:** Visited URL: `/search/ps_90/s_13?kw=oakley+radar+ev` Expected result: redirect to `/search-page/?query=oakley+radar+ev` Actual result: redirect to `/search-page//ps_90/s_13?kw=oakley%20radar%20ev&query=oakley`