Bug 36884

Summary: Make it possible to use the record_source as a criteria for a search
Product: Koha Reporter: Arthur Suzuki <arthur.suzuki>
Component: CatalogingAssignee: Arthur Suzuki <arthur.suzuki>
Status: ASSIGNED --- QA Contact: Tomás Cohen Arazi <tomascohen>
Severity: enhancement    
Priority: P5 - low CC: m.de.rooy
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36372
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18098
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 36372, 31791    
Bug Blocks:    
Attachments: Bug 36884 : Make the record source a searchable field by the use of ElasticSearch

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