Bug 41907

Summary: Tone down warning about Zebra not running if Elasticsearch is used
Product: Koha Reporter: Magnus Enger <magnus>
Component: AboutAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Magnus Enger 2026-02-23 08:29:21 UTC
To reproduce in KTD: 

- Start KTD with Elasticsearch, e.g. $ ktd --search-engine es7 up
- Stop Zebra: $ sudo koha-zebra --stop kohadev
- Go to About Koha 

For "Zebra status" there is a warning in bold letters on a red background: "Zebra server seems not to be available. Is it started?"

I would say it is OK to have a warning there about Zebra not running, but if SearchEngine = Elasticsearch it should not look like there is a serious problem with the system. Non-bold letters on neutral background should be enough.