https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661
--- Comment #20 from David Cook <[email protected]> --- One downside of post-processing facet results is that your facet list length will vary depending on its contents... It could be more reliable to handle this issue at index-time rather than search-time. Since we're using DOM indexing with Zebra, we have a lot of power at index-time (beyond the use of CHR and ICU mechanisms) which could handle whitespace and punctuation for facet purposes. That being said... post-processing is probably easiest to have the most consistent behaviour across 3 different facet providers... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
