https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36853
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds these release notes| |note subfields to the | |Notes/Comments index for | |new installations using | |Elasticsearch: 501$a, | |503$a, 504$a, 508$a, 511$a, | |521$a, 538$a, and 547$a. | |This makes them notes | |findable in the staff | |interface and OPAC, and in | |the advanced search for | |when the Notes/Comments | |option is selected. | | | |Note: Existing | |installations will need to | |either manually add these, | |or reset the mappings. --- Comment #11 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 501a, 503a, 504a, 508a, 511a, 521a, 538a, 547a fields are mapped to the note search field. 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 501a, 503a, 504a, 508a, 511a, 521a, 538a, and 547a fields are now mapped to the note search field. 6. Bonus testing: 6.1 Update the bibliographic framework for BKS and make the 501a, 503a, 508a, 511a, and 547a fields editable in the staff interface (504a, 521a, 538a are already editable). 6.2 Add some unique text to the fields 501a, 503a, 504a, 508a, 511a, 521a, 538a, 547a - I used TEST501, TEST503 and so on. 6.3 Staff interface search: Search > Advanced search > select "Notes/Comments" and search for the unique terms you added to a record - you should only get one result each time. 6.4 OPAC search: repeat the advanced search with more options selected in the OPAC - you should get the same results as for the staff interface. 6.5 Add one of the unique terms to another record, for example TEST501 to 501$a, and you should now get two results. -- 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/
