http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478
--- Comment #46 from Robin Sheat <[email protected]> --- It might be useful to ensure that they indexed right, you can do this: curl -XGET 'http://localhost:9200/koha_biblios/_search?pretty=1' where 'koha_biblios' is whatever your index is called. This'll give you a dump of everything in the index. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
