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

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 to 440av, 490av, 830av:
   . Note: may need to edit the framework for the record to make these tags and
subfields visible in the editor
   . 440$a 987654321
   . 440$v 123456789
   . 490$a (already visible in BKS framework) 741852963
   . 490$v (already visible in BKS framework) 369258147
   . 830$a 784951623
   . 830$v 326159487

3. Do a search for the terms in subfields $a and $v using the 'Series title'
index in the staff interface advanced search.
   ==> Result: Should get a result when the $a subfield values are used, but no
result when the values in the $v subfield are used.

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 both the $a and $v subfield values
are used.

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