Sets up error central. Lets page author decide to show.
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / errors / ErrorHelper.java
index 0664f20..086cd84 100644 (file)
@@ -125,7 +125,7 @@ public class ErrorHelper implements Serializable {
           int pz2code = Integer.parseInt(error.getPazpar2Error().getCode());\r
           switch (pz2code) {\r
             case 3:\r
-              suggestions.add("Query terms not supported.");\r
+              suggestions.add("The search experienced a problem with the query terms.");\r
               break;\r
             case 12:\r
               suggestions.add("The Pazpar2 server does not have a service defined by the requested ID ");\r