[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

--- Comment #9 from claire.hernan...@biblibre.com 
 ---
Created attachment 75390
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75390&action=edit
Bug 20390: (follow-up) UNIMARC mappings

- Fix a typo in unimarc mappings (for authorities mapping)

See comment on Bug 17373

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/


[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

--- Comment #8 from claire.hernan...@biblibre.com 
 ---
Created attachment 75389
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75389&action=edit
Bug 20390: (follow-up) UNIMARC biblio mappings

- Clean the title mapping for Unimarc: 464, 413 and 454 are kept.
If you need more, it is better to add it at the installation than removing a
lot.

- Change type of 995w for unimarc

Sponsored-by: BULAC (Bibliothèque universitaire des langues et civilisations)

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

  Attachment #74429|0   |1
is obsolete||

--- Comment #7 from claire.hernan...@biblibre.com 
 ---
Created attachment 75388
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75388&action=edit
Bug 20390: UNIMARC biblio mappings

This is a unimarc default mappings for Koha Elasticsearch
   implementation by Claudie Trégouët and Gaetan Boisson. There will
   have updates because some discussions are in progress.

   To test:
   1) Delete data from search_marc_map, search_marc_to_field search_field
   2) Reset mappings with the url
   mappings.pl?op=reset&i_know_what_i_am_doing=1
   3) Rebuild the whole index
   rebuild_elastic_search.pl -d -b
   4) Have a look to the mappings interface
   5) Check if the recorded information in elasticsearch are with the
   expected mappings.

   Rebased by : Claire Hernandez 
   2018/17/05

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/


[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-05-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

Nicolas Legrand  changed:

   What|Removed |Added

 CC||nicolas.legr...@bulac.fr
 Status|Needs Signoff   |Patch doesn't apply

--- Comment #6 from Nicolas Legrand  ---
mappings.yaml has been moved by bug 20073.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/


[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-04-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

  Attachment #72884|0   |1
is obsolete||
  Attachment #72885|0   |1
is obsolete||
  Attachment #74428|0   |1
is obsolete||

--- Comment #5 from claire.hernan...@biblibre.com 
 ---
Created attachment 74429
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74429&action=edit
Bug 20390: UNIMARC biblio mappings

This is a unimarc default mappings for Koha Elasticsearch
   implementation by Claudie Trégouët and Gaetan Boisson. There will
   have updates because some discussions are in progress.

   To test:
   1) Delete data from search_marc_map, search_marc_to_field search_field
   2) Reset mappings with the url
   mappings.pl?op=reset&i_know_what_i_am_doing=1
   3) Rebuild the whole index
   rebuild_elastic_search.pl -d -b
   4) Have a look to the mappings interface
   5) Check if the recorded information in elasticsearch are with the
   expected mappings.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-04-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

--- Comment #4 from claire.hernan...@biblibre.com 
 ---
Created attachment 74428
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74428&action=edit
Follow-up: Bug 20390: UNIMARC biblio mappings

from Gaetan Boisson

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/


[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-04-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/


[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-03-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

  Change sponsored?|--- |Sponsored

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/


[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-03-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

--- Comment #3 from claire.hernan...@biblibre.com 
 ---
Created attachment 72885
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72885&action=edit
Follow-up: Bug 20390: UNIMARC biblio mappings WIP

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/


[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-03-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

  Attachment #72806|0   |1
is obsolete||

--- Comment #2 from claire.hernan...@biblibre.com 
 ---
Created attachment 72884
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72884&action=edit
Bug 20390: UNIMARC biblio mappings WIP

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/


[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-03-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

   Patch complexity|--- |Large patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/


[Koha-bugs] [Bug 20390] Elasticsearch - Biblio mappings for UNIMARC (updates existing)

2018-03-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390

--- Comment #1 from claire.hernan...@biblibre.com 
 ---
Created attachment 72806
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72806&action=edit
Bug 20390: UNIMARC biblio mappings WIP

Current status: NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/