Skip to content

Commit

Permalink
another attempt at #15
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshyba committed Nov 13, 2013
1 parent 26a9395 commit 61ee49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scSearchContrib.Searcher/Utilities/SearchHelper.cs
Expand Up @@ -60,7 +60,7 @@ public static void GetItemsFromSearchResult(IEnumerable<SearchResult> searchResu
if (uriField != null && !string.IsNullOrEmpty(uriField.StringValue()))
{
var itemUri = new ItemUri(uriField.StringValue());

itemUri = new ItemUri(itemUri.ItemID, itemUri.Language, Sitecore.Data.Version.Latest, itemUri.DatabaseName);
var itemInfo = new SkinnyItem(itemUri);

foreach (Field field in result.Document.GetFields())
Expand Down

0 comments on commit 61ee49b

Please sign in to comment.