]> git.koha-community.org Git - koha.git/commit
Bug 20369: Analytics search is broken with QueryAutoTruncate set to 'only if * is...
authorKyle M Hall <kyle@bywatetsolutions.com>
Mon, 12 Mar 2018 11:15:12 +0000 (07:15 -0400)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 22 May 2018 10:00:14 +0000 (12:00 +0200)
commit29aad70ac4454aafe4047b60ef9740da2450aaca
treec5b45de9ddec7a6b1efaff60e384eacbc9ff9eca
parent2e0d9f41bbac71c8c7fdce5b77c8bb89e13db368
Bug 20369: Analytics search is broken with QueryAutoTruncate set to 'only if * is added'

Test Plan:
1) Enable EasyAnalytics
2) Disable QueryAutoTruncate
3) Create an analytic record, add some host items to it
4) Browser to the analytics tab for the record
5) Click the link in the 'used in' column of the table
6) No search results
7) Apply this patch
8) Reload the page, now you get the analytic record!

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 14b70dc91006c16beb48d40fe23fad27ed206f02)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Search.pm