diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java index 01fd1c2f8..e31e2a660 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java @@ -26,7 +26,7 @@ public class DisplayVocabulary { private static final String NS = DISPLAY_NS; /* Individuals */ - public static final String PRIMARY_SEARCH_INDEX_URI = NS + "PrimarySearchIndex"; + public static final String PRIMARY_SEARCH_INDEX_URI = NS + "SearchIndex"; //bk392 for extracting properties beyond context nodes. public static final String CONTEXT_NODES_URI = NS + "QueryForContextNodes"; diff --git a/webapp/test/edu/cornell/mannlib/vitro/webapp/search/beans/ProhibitedFromSearchTest.java b/webapp/test/edu/cornell/mannlib/vitro/webapp/search/beans/ProhibitedFromSearchTest.java index c2f3cafd8..62f7173b4 100644 --- a/webapp/test/edu/cornell/mannlib/vitro/webapp/search/beans/ProhibitedFromSearchTest.java +++ b/webapp/test/edu/cornell/mannlib/vitro/webapp/search/beans/ProhibitedFromSearchTest.java @@ -110,7 +110,7 @@ public class ProhibitedFromSearchTest { @Test public void testPrimaryIndex(){ String primaryIndexN3 = - "" + + "" + "" + " . ";