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

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
  Text to go in the|                            |This enhancement adds these
      release notes|                            |fields to the 'title' index
                   |                            |for new installations using
                   |                            |Elasticsearch: 440$a,
                   |                            |600$t, 800$t, 810$t,
                   |                            |830$n$p. This makes records
                   |                            |with information in these
                   |                            |fields findable in the
                   |                            |staff interface and OPAC,
                   |                            |and in the advanced search,
                   |                            |when using the 'Title' and
                   |                            |'Title as phrase' options.
                   |                            |
                   |                            |Note: Existing
                   |                            |installations will need to
                   |                            |either manually add these,
                   |                            |or reset the mappings.

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

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

2. Go to Koha administration > Catalog > Search engine configuration
(Elasticsearch).

3. In the bibliographic records tab, search the page and note that none of the
440a, 600t, 800t, 810t, 830np fields are mapped to the title search field.
Current mappings:
- 440a - title-series (Series)
- 600t - subject (Topics)
- 800t - author-title, title-series (Series)
- 810t - author-title, title-series (Series)
- 830np - not mapped to any search fields

4. Apply the patch and reset everything (reset_all) (alternative: reset the
mappings, reindex everything (koha-elasticsearch --rebuild -d -b -a kohadev),
then restart everything).

5. Repeat step 3 and note that the 440a, 600t, 800t, 810t, 830np fields are now
mapped to the 'title' search field, in addition to the existing mappings in
step 3.

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