From 0aff2c6fcd3dd3c9d7c7257194c2fd72f1a6a05f Mon Sep 17 00:00:00 2001 From: sjm222 Date: Thu, 14 Oct 2010 18:00:57 +0000 Subject: [PATCH] Manual merge of NIHVIV-1203 from the 1.1.1 branch - because the merge tool didn't work properly for me (or people I asked for help) for this particular update. --- productMods/WEB-INF/ontologies/app/search.n3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/productMods/WEB-INF/ontologies/app/search.n3 b/productMods/WEB-INF/ontologies/app/search.n3 index 366dedda..2538b823 100644 --- a/productMods/WEB-INF/ontologies/app/search.n3 +++ b/productMods/WEB-INF/ontologies/app/search.n3 @@ -5,6 +5,7 @@ @prefix rdf: . @prefix core: . @prefix localNav: . +@prefix bibo: . # All instances of a class can be excluded from the lucene # index by adding a vitroDisplay:excludeClass property between @@ -18,4 +19,5 @@ vitroDisplay:excludeClass core:Authorship ; vitroDisplay:excludeClass core:Position ; vitroDisplay:excludeClass core:ResearchActivity ; - vitroDisplay:excludeClass core:EducationalTraining . + vitroDisplay:excludeClass core:EducationalTraining ; + vitroDisplay:excludeClass bibo:DocumentStatus .