diff --git a/app/scripts/files/module.ts b/app/scripts/files/module.ts
index cb25999ad..6f05eb47f 100755
--- a/app/scripts/files/module.ts
+++ b/app/scripts/files/module.ts
@@ -37,7 +37,8 @@ module ngApp.files {
"related_files.file_name",
"related_files.md5sum",
"annotations.annotation_id",
- "tags"
+ "tags",
+ "origin"
]
});
}
diff --git a/app/scripts/files/templates/file.html b/app/scripts/files/templates/file.html
index d353d8572..67eb1f1c2 100755
--- a/app/scripts/files/templates/file.html
+++ b/app/scripts/files/templates/file.html
@@ -46,7 +46,7 @@
File Properties
File Origin |
- {{ ::fc.file.file_origin | humanify }} |
+ {{ ::fc.file.origin | humanify }} |
Data format |
diff --git a/app/scripts/search/search.controllers.ts b/app/scripts/search/search.controllers.ts
index 0565728ec..5683c326b 100755
--- a/app/scripts/search/search.controllers.ts
+++ b/app/scripts/search/search.controllers.ts
@@ -93,6 +93,7 @@ module ngApp.search.controllers {
"archive.revision",
"access",
"state",
+ "origin",
"data_format",
"center.name"
]
diff --git a/app/scripts/search/templates/search.files.facets.html b/app/scripts/search/templates/search.files.facets.html
index 9b4291b1b..b958a516f 100644
--- a/app/scripts/search/templates/search.files.facets.html
+++ b/app/scripts/search/templates/search.files.facets.html
@@ -6,8 +6,9 @@
-
+
+