https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36509
Aleisha Amohia <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #164524|0 |1 is obsolete| | --- Comment #2 from Aleisha Amohia <[email protected]> --- Created attachment 164576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164576&action=edit Bug 36509: Add Search ID tab to authorities search on staff interface This patch makes use of the existing local-number index on the 001 authority field so that authority records can be searched using the 001 ID. This patch works for both Elasticsearch and Zebra search engines. To test: 1. Spin up your ktd with elasticsearch `ktd --es7 up` 2. In the staff interface, open up Koha Administration and search for the SearchEngine system preference. It should be set to Elasticsearch. 3. In another tab, open the staff interface and go to Authorities. 4. Do a normal authorities search, confirm that when you expand the dropdown to order by 'none', the results appear to be in authority-ID ascending order. 5. Choose an ID and go to new the Search ID tab. Search for your ID, confirm it shows as expected. 6. Back in the Koha Administration tab, change the SearchEngine to Zebra. 7. In your Authorities tab, refresh the page. 8. Repeat step 5 and confirm that you can search for the authority by its ID again. Sponsored-by: Education Services Australia SCIS -- 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/
