Do we use '"zebra::*"' only for facets ?
Hi to all, as I say in previous thread I have problems with retrieval data from zebra::*. Now I want to check how we use the zebra::*. As I see from the code and from comment in git repo, we use zebra::* only for facets, with instruction: C4/Search.pm: my $facet_element = 'zebra::facet::' . $facet_idx . ':0:' . $facetMaxCount; Is it correct ? Bye Zeno Tajoli
That's correct. El 26/1/2016 18:28, "Zeno Tajoli" <z.tajoli@cineca.it> escribió:
Hi to all,
as I say in previous thread I have problems with retrieval data from zebra::*.
Now I want to check how we use the zebra::*. As I see from the code and from comment in git repo, we use zebra::* only for facets, with instruction:
C4/Search.pm: my $facet_element = 'zebra::facet::' . $facet_idx . ':0:' . $facetMaxCount;
Is it correct ?
Bye Zeno Tajoli _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
participants (2)
-
Tomas Cohen Arazi -
Zeno Tajoli