-/* $Id: settings.c,v 1.14 2007-04-11 19:55:57 quinn Exp $
+/* $Id: settings.c,v 1.15 2007-04-12 11:35:08 marc Exp $
Copyright (c) 2006-2007, Index Data.
This file is part of Pazpar2.
*/
-// This module implements a generic system of settings (attribute-value) that can
-// be associated with search targets. The system supports both default values,
-// per-target overrides, and per-user settings.
+// This module implements a generic system of settings
+// (attribute-value) that can be associated with search targets. The
+// system supports both default values, per-target overrides, and
+// per-user settings.
#include <string.h>
#include <stdio.h>
"pz:maxrecs",
"pz:id",
"pz:name",
+ "pz:queryencoding",
0
};
-/* $Id: settings.h,v 1.13 2007-04-11 19:55:57 quinn Exp $
+/* $Id: settings.h,v 1.14 2007-04-12 11:35:08 marc Exp $
Copyright (c) 2006-2007, Index Data.
This file is part of Pazpar2.
#define PZ_MAXRECS 9
#define PZ_ID 10
#define PZ_NAME 11
+#define PZ_QUERYENCODING 12
+
struct setting
{