Fixes up index set extensions and now have the Sorting test working. PDF indexer tests working.
This commit is contained in:
@@ -55,7 +55,7 @@ namespace UmbracoExamine.Config
|
||||
field.Type = policy.Type;
|
||||
field.EnableSorting = policy.EnableSorting;
|
||||
}
|
||||
set.IndexAttributeFields.Add(new IndexField() { Name = s });
|
||||
set.IndexAttributeFields.Add(field);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user