Bug 22292

Summary: Search result items are not displayed properly
Product: Koha Reporter: Chris Mark <chrs.markx86>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: CLOSED WORKSFORME QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: katrin.fischer, martin.renvoize
Version: 18.11   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Search Result List

Description Chris Mark 2019-02-07 18:43:36 UTC
Created attachment 84857 [details]
Search Result List

Hello,

I'm facing an issue while trying to search for a book tittle with a pattern.

The result list that is displayed does not contain any usefull information about the books-items. I have to add them to the "cart" and then use the cart pop-up in order to see their info.

This is quite blocking, since users cannot easily search within the catalog with a normal user experience.

Is this a bug, or something is missing from my settings. Note that in previous versions of Koha we didn't have this issue.

I'm attaching a screenshot of waht I'm seeing.
Comment 1 Katrin Fischer 2019-02-07 18:52:32 UTC
Hi, are you using UNIMARC? Which version are you using?

You might be seeing bug 22058 which will be fixed in 18.11.03.
Comment 2 Owen Leonard 2019-02-07 18:54:06 UTC
Have you enabled some custom XSLT on your system? I see this kind of problem when XSLT is broken or not working.
Comment 3 Chris Mark 2019-02-07 19:09:34 UTC
(In reply to Owen Leonard from comment #2)
> Have you enabled some custom XSLT on your system? I see this kind of problem
> when XSLT is broken or not working.

Owen that was the problem! 

OPACXSLTDetailsDisplay, OPACXSLTListsDisplay and OPACXSLTResultsDisplay were set by default to "default", so removing this and leaving them empty the problem was fixed.

Thank you so much for your quick answer!
Comment 4 Owen Leonard 2019-02-07 19:12:54 UTC
The good news is you have working search results. The bad news is that something might be wrong with the .xsl files on your system. "default" should work correctly. If it's not, something else is wrong.
Comment 5 Chris Mark 2019-02-07 19:19:50 UTC
(In reply to Owen Leonard from comment #4)
> The good news is you have working search results. The bad news is that
> something might be wrong with the .xsl files on your system. "default"
> should work correctly. If it's not, something else is wrong.

I 've never used .xsl files so I cannot give you more insight. Of course something might went wrong during the fresh installation. 

For now, I'm ok with this!

Thank you again!
Comment 6 Martin Renvoize 2019-02-11 18:06:07 UTC
Looks like this was perhaps knowledge. Closing out.