https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38336 --- Comment #42 from Mathieu Saby <mathsabypro@gmail.com> --- Created attachment 202092 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202092&action=edit Bug 38336 : Adds 099$x to totalissues (Elasticsearch) In Elasticsearch configuration file the initial patch wrongly adds 099$x to title-other-variant index, instead of totalissues index. This follow-up moves 099$x to the adequate section. To test : 1. Use k-t-d to run a Koha instance using Elasticsearch 2. Apply all the patches 3. In k-t-d run reset_all 4. Do some basic searches 5. Activate the syspref UpdateTotalIssuesOnCirc 6. Checkin any item to any patron 5. Search totalissues:1 => there should be 1 record -- You are receiving this mail because: You are watching all bug changes.