Bug 36884 - Make it possible to use the record_source as a criteria for a search
Summary: Make it possible to use the record_source as a criteria for a search
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Arthur Suzuki
QA Contact: Tomás Cohen Arazi
URL:
Keywords:
Depends on: 36372 31791
Blocks:
  Show dependency treegraph
 
Reported: 2024-05-16 12:22 UTC by Arthur Suzuki
Modified: 2024-08-12 07:29 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:
Circulation function:


Attachments
Bug 36884 : Make the record source a searchable field by the use of ElasticSearch (5.91 KB, patch)
2024-05-27 08:02 UTC, Arthur Suzuki
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Suzuki 2024-05-16 12:22:03 UTC
I'm not sure what would be the more efficient, using SQL and the ORM or add some ES index, but we need to have a way to find all records which belongs to a record_source.
It would as well be nice to be able to do a batch edit to change the source of a record.
Comment 1 Arthur Suzuki 2024-05-16 12:23:23 UTC
from Tomas :
"look at... Koha::Filter::MARC::EmbedItemsAvailability"
Comment 2 Arthur Suzuki 2024-05-27 08:02:04 UTC
Created attachment 167189 [details] [review]
Bug 36884 : Make the record source a searchable field by the use of ElasticSearch