[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-12-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

--- Comment #12 from Katrin Fischer  ---
It could be, depending on the the main heading of the linked record is, if I
understand correctly. But it could be that in practice it's not used that much.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-12-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

--- Comment #11 from Anke Bruns  ---
(In reply to Anke Bruns from comment #10)
> I wasn't aware, thanks for clarifying.
> 
> So 800w, 810w and 811w should be added to the attachment; I'll see to it as
> soon as I manage to recover my testing environment :-D

... I thought it was only in 830$w that a volume links to the parent record. So
the link to the parent can also be in 800$w, 810$w or 811$w?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-12-11 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

--- Comment #10 from Anke Bruns  ---
I wasn't aware, thanks for clarifying.

So 800w, 810w and 811w should be added to the attachment; I'll see to it as
soon as I manage to recover my testing environment :-D

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-12-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

--- Comment #9 from Katrin Fischer  ---
The linking between set and volumes is using different fields depending on if
the volumes have dependent or independent titles. 

One uses 773, the other a combination of 8xx and 490. In the latter case the
8xx has the $w subfield we need to find them. So we can leave out 490, but we
need all the other fields.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-12-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

--- Comment #8 from Anke Bruns  ---
If the index rcn-volumes is used for the linking between parent and child
records in multilevel records, why do we need the resp. w subfields of

800 - Series Added Entry - Personal Name (R) Full | Concise
810 - Series Added Entry - Corporate Name (R) Full | Concise
811 - Series Added Entry - Meeting Name (R) Full | Concise 

(copied from LOC MARC description).

Sorry for asking a potentially dumb question :-D

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-10-18 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

--- Comment #7 from Katrin Fischer  ---
(In reply to Anke Bruns from comment #6)
> Sollten noch weitere Felder außer 773$w und 830$w für Show volumes abgefragt
> werden?

yes, the list of fields is in the first comment:

- 773$w (we still need to limit to monographic, because these could also be
analytcal links)
- 800$w
- 810$w
- 811$w
- 830$w

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-10-18 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

--- Comment #5 from Anke Bruns  ---
Created attachment 187588
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187588&action=edit
Test plan part 1: Zebra: 0) start instance with searchengine set to Zebra a)
set system preference  UseControlNumber to Use b) import bug_39287.xml from the
attachements f.e. via More -> Cataloging -> Stage records for importFormat
is MARCXML c) After

Test plan part 2: Elasticsearch
0) start instance with searchengine set to Elasticsearch
a) Rebuild Elasticsearch index with --reset parameter to apply new mappings.
Redo test plan from part 1 step c) to d) and l)
m) sign off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-10-18 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

Anke Bruns  changed:

   What|Removed |Added

 Status|Needs Signoff   |In Discussion

--- Comment #3 from Anke Bruns  ---
Mit Zebra funktioniert der Patch, jedoch nicht, wenn die Instanz Elasticsearch
nutzt.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-10-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

Anke Bruns  changed:

   What|Removed |Added

 Status|In Discussion   |Failed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-10-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

--- Comment #6 from Anke Bruns  ---
Sollten noch weitere Felder außer 773$w und 830$w für Show volumes abgefragt
werden?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-10-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

Anke Bruns  changed:

   What|Removed |Added

 Attachment #182765|0   |1
is obsolete||

--- Comment #4 from Anke Bruns  ---
Created attachment 187584
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187584&action=edit
Bug 39287: Improve "Show volume" search with a more specialized search index

The former implementation of "show volume" is relying on an index called rcn
which is fed with every 7xx$w and 8xx$w subfield and therefore also shows
predecessors and successors to the title.

This patch adds a new index only consisting of 773, 800, 810, 811 and 830 $w
subfields called rcn-volumes.
This index is then used to display the "Show volumes" button and used to limit
the results to volumes only.

Test plan:
0) set system preference  UseControlNumber to Use
a) import bug_39287.xml from the attachements f.e. via More -> Cataloging ->
Stage records for import
   Format is MARCXML
b) After import search for "main" and open the record with "Main title"
c) Click on Show volumes
d) recognize search string is "rcn:cnmain NOT (bib-level:a OR bib-level:b)" and
4 results are found
e) apply patch
f) copy the necessary files to the zebra dirctory
  sudo cp -i etc/zebradb/biblios/etc/bib1.att
/etc/koha/zebradb/biblios/etc/bib1.att
  sudo cp -i etc/zebradb/ccl.properties /etc/koha/zebradb/ccl.properties
  sudo cp -i etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl
/etc/koha/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl
g) restart zebra: sudo koha-zebra --restart kohadev
h) rebuild the index: sudo koha-rebuild-zebra -b -f -v kohadev
i) restart_all
j) redo step b) to d)
k) recognize search string is now 'rcn-volumes:cnmain NOT (bib-level:a OR
bib-level:b)' and only 2 records (volumes) are found
l) sign off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-10-17 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

Anke Bruns  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-07-01 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

Katrin Fischer  changed:

   What|Removed |Added

 CC||[email protected]

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-05-23 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

Jan Kissig  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|[email protected] |[email protected]
   |ity.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-05-23 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

Jan Kissig  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #2 from Jan Kissig  ---
Created attachment 182766
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182766&action=edit
Record with volumes, predeccessor and successor

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 39287] Improve "Show volume" search with a more specialized search index

2025-05-23 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39287

--- Comment #1 from Jan Kissig  ---
Created attachment 182765
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182765&action=edit
Bug 39287: Improve "Show volume" search with a more specialized search index

The former implementation of "show volume" is relying on an index called rcn
which is fed with every 7xx$w and 8xx$w subfield and therefore also shows
predecessors and successors to the title.

This patch adds a new index only consisting of 773, 800, 810, 811 and 830 $w
subfields called rcn-volumes.
This index is then used to display the "Show volumes" button and used to limit
the results to volumes only.

Test plan:
0) set system preference  UseControlNumber to Use
a) import bug_39287.xml from the attachements f.e. via More -> Cataloging ->
Stage records for import
   Format is MARCXML
b) After import search for "main" and open the record with "Main title"
c) Click on Show volumes
d) recognize search string is "rcn:cnmain NOT (bib-level:a OR bib-level:b)" and
4 results are found
e) apply patch
f) copy the necessary files to the zebra dirctory
  sudo cp -i etc/zebradb/biblios/etc/bib1.att
/etc/koha/zebradb/biblios/etc/bib1.att
  sudo cp -i etc/zebradb/ccl.properties /etc/koha/zebradb/ccl.properties
  sudo cp -i etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl
/etc/koha/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl
g) restart zebra: sudo koha-zebra --restart kohadev
h) rebuild the index: sudo koha-rebuild-zebra -b -f -v kohadev
i) restart_all
j) redo step b) to d)
k) recognize search string is now 'rcn-volumes:cnmain NOT (bib-level:a OR
bib-level:b)' and only 2 records (volumes) are found
l) sign off

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/