Bug 33008

Summary: Record not indexed in Elasticsearch (ES) if no item attached AND zebra not running
Product: Koha Reporter: Mark Hofstetter <koha>
Component: SearchingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: 22.11   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33019
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33243
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Mark Hofstetter 2023-02-19 15:59:26 UTC
Hi All,

Record not indexed in Elasticsearch (ES) if no item attached AND zebra not running

+ use ES as indexer
+ turn off zebra with koha-zebra --stop <lib> 
+ if you add a record WITHOUT an item the record will not be found in the search (adding a record WITH an item works as expected)

+ starting zebra (koha-zebra --start <lib>) fixes the problem ie the record/book is now found even without an item

sidenote:
+ this seems also to be a problem with older koha versions (tested with 21.05)