projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b33c56
)
Fix: No default of 10 terms. Dont send terms unless limit is set.
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 31 Aug 2010 10:42:04 +0000
(12:42 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 31 Aug 2010 10:42:04 +0000
(12:42 +0200)
ztest/ztest.c
patch
|
blob
|
history
diff --git
a/ztest/ztest.c
b/ztest/ztest.c
index
50872a3
..
c4e7b49
100644
(file)
--- a/
ztest/ztest.c
+++ b/
ztest/ztest.c
@@
-253,7
+253,7
@@
Z_OtherInformation *build_facet_response(ODR odr, Z_FacetList *facet_list) {
for (index = 0; index < facet_list->num; index++) {
struct yaz_facet_attr attrvalues;
yaz_facet_attr_init(&attrvalues);
- attrvalues.limit = 10;
+ attrvalues.limit = 0;
yaz_facet_attr_get_z_attributes(facet_list->elements[index]->attributes,
&attrvalues);
yaz_log(YLOG_LOG, "Attributes: %s %d ", attrvalues.useattr, attrvalues.limit);