--- /dev/null
+[%-
+ # ------------------------------------------------------------------
+ # return macro... ignore me.
+ # ------------------------------------------------------------------
+ MACRO ret(str) PROCESS ret_block s=str;
+ BLOCK ret_block;
+ s;
+ STOP;
+ END;
+ # ------------------------------------------------------------------
+-%]
+
+
+
+
+[%-
+ # ------------------------------------------------------------------
+ # RULES
+ # ------------------------------------------------------------------
+
+ IF type == ex_types.SEARCH_TOO_LARGE;
+ ret("Search term is too broad, please narrow your search"); END;
+
+-%]