Skip to content
Snippets Groups Projects
Unverified Commit bc7a6536 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

User underline as separator to get into less trouble with elastic search (#37)

parent 313fb880
Branches
No related tags found
No related merge requests found
Pipeline #18497 passed
......@@ -230,7 +230,7 @@ export const addKeyValuePdfAnnotationsToAnnotationFactory = (annotationFactory,
// add machine readable annotation
author = 'Maschinell aufgebracht, bitte nicht entfernen / Applied automatically, please do not remove';
content = 'dbp-annotation-' + annotationType + '-' + organizationNumber + '=' + value;
content = 'dbp_annotation_' + annotationType + '_' + organizationNumber + '=' + value;
annotationFactory = addPdfAnnotationToAnnotationFactory(annotationFactory, author, content);
return annotationFactory;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment