https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36852

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from David Nind <[email protected]> ---
Testing notes using KTD:

1. Start up KTD with Elasticsearch: ktd --es8 up

2. Edit a record and add unique values as follows (I edited Programming Perl,
262):
   . 600 $a Elizabeth $b IV $c Queen of England.
   . 610 $a International Labour Organisation $b European Regional Conference
$n (2nd :$d 1968 :$c Geneva, Switzerland). 
   . 630 $a Ukrainian weekly $n XXI $r C sharp $s 2024 $vIndexes $vPeriodicals.
   . Note: Need to edit BKS framework to make  610n and 630mnoprs subfields
visible in the editor for KTD)
   Mappings - current and changes:
   * 600a => 600abc
   * 610a and 610t => 610abcdnty
   * 630n and 630r=> 630amnoprsxyz

3. Do a search for the terms in the subfields not currently using the 'Subject'
and 'Subject as a phrase' indexes in the staff interface advanced search.
   ==> Result: Should get a result when using values in the subfields that are
mapped, but no result where the subfields are not mapped.

4. Apply this patch and restart all services (restart_all).

5. Reset the mappings: Administration > Catalog > Search engine configuration
(Elasticsearch) > Reset mappings (at the bottom of the page)

6. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev

7. Alternative to steps 5 and 6: reset_all then repeat step 2

8. Repeat step 3
   ==> Result: Should now get a result when using values in the subfields that
are now mapped (that weren't previously).

-- 
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/

Reply via email to