Bug 30463 - Authority records are indexed on the fly
Summary: Authority records are indexed on the fly
Status: In Discussion
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 27344
Blocks:
  Show dependency treegraph
 
Reported: 2022-04-06 09:49 UTC by Jonathan Druart
Modified: 2022-04-29 17:24 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2022-04-06 09:49:24 UTC
C4::AuthoritiesMarc::AddAuthority is indexing the record on the fly, we should index in background.
Comment 1 Jonathan Druart 2022-04-06 11:48:48 UTC
Not sure about this, side-effects possible?