[Koha-bugs] [Bug 18829] Elasticsearch - Add ability to view the ES indexed record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 13 17:10:46 CEST 2020


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

Fridolin SOMERS <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108104|0                           |1
        is obsolete|                            |

--- Comment #13 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 108191
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=108191&action=edit
Bug 18829: Elasticsearch - Put a better display for the view of ES indexed
record

To test:
- apply the patch
- go to global sysPref
- make sure that SearchEngine have "ElasticSearch" as value
- Search whatever you want in Search the catalog and select a record
- Search the link (Ctrl f) : "Elasticsearch Record :" , click on the link
- make sure that the pop-up open and you should see the elasticsearch result in
JSON (the pop-up look the same as MARC preview)
- note fields are alphabetized
- from the command line delete the es record:
    curl -XDELETE es:9200/koha_kohadev_biblios/data/5
- click the preview link, it syas record not found
- check the logs - you see the error on missing record

Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list