X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fsettings.c;h=691e627148786d9953978e7666801ded4b741cfa;hb=3c83516283deb5286ecaf72411fc150c8e2eee20;hp=7ce16f04859eda5377eeda5f99c320e88bd7cb4f;hpb=6190e1455b834dcbbd9d6577cc9773f9084c4487;p=pazpar2-moved-to-github.git diff --git a/src/settings.c b/src/settings.c index 7ce16f0..691e627 100644 --- a/src/settings.c +++ b/src/settings.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2010 Index Data + Copyright (C) 2006-2011 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -70,9 +70,15 @@ static char *hard_settings[] = { "pz:pqf_strftime", "pz:negotiation_charset", "pz:max_connections", - "pz:reuse_connections", // PZ_REUSE_CONNECTION - "pz:termlist_term_sort", // PZ_TERMLIST_TERM_SORT - "pz:termlist_term_count", // PZ_TERMLIST_TERM_COUNT + "pz:reuse_connections", /* PZ_REUSE_CONNECTION */ + "pz:termlist_term_sort", /* PZ_TERMLIST_TERM_SORT */ + "pz:termlist_term_count", /* PZ_TERMLIST_TERM_COUNT */ + "pz:termlist_term_factor", /* PZ_TERMLIST_TERM_FACTOR*/ + "pz:preferred", /* PZ_PREFERRED */ + "pz:extra_args", /* PZ_EXTRA_ARGS */ + "pz:query_syntax", /* PZ_QUERY_SYNTAX */ + "pz:option_recordfilter", /* PZ_OPTION_RECORDFILTER */ + 0 };