Bug 33008 - Record not indexed in Elasticsearch (ES) if no item attached AND zebra not running
Summary: Record not indexed in Elasticsearch (ES) if no item attached AND zebra not ru...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: 22.11
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-19 15:59 UTC by Mark Hofstetter
Modified: 2023-03-16 12:41 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)