Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Primo REST: Add record attribute and CDI full text search support. #4126

Merged
merged 8 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 26 additions & 4 deletions config/vufind/Primo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ timeout = 30
; Primo API to use. Possible values are:
; legacy Legacy brief search API (default, and the only option before VuFind 10)
; rest REST API (less buggy, supports also boolean NOT and cites/cited by functions)
;
; See https://vufind.org/wiki/configuration:primo for more information on setting
; up the REST API.
;api = legacy

; ONLY when `api = legacy` above:
Expand Down Expand Up @@ -77,6 +80,12 @@ default_noresults_recommend[] = RemoveFilters
; the Primo API
bulkSize = 20

; Enable or disable display of CDI attributes (e.g. Retracted Publication).
; Default is true.
; For more information, see:
; https://knowledge.exlibrisgroup.com/Primo/Content_Corner/Central_Discovery_Index/Documentation_and_Training/Documentation_and_Training_(English)/CDI_-_The_Central_Discovery_Index/CDI_Document_Attributes
;display_cdi_attributes = true

; When you filter a search using facets, should VuFind retain your current filters
; on the next search and provide a reset button to clear them (true), or should it
; always perform new searches unfiltered (false)?
Expand Down Expand Up @@ -165,11 +174,24 @@ labelSections[] = Facets
; should prefix the section name with a ~ character to ensure proper loading.
checkboxSections[] = CheckboxFacets

; Checkbox facets are facets, which are getting displayed as checkboxes
; pcAvailability is a special facet. It's used to show all records found in
; PrimoCentral without checking the local availability against a holdingsfile.
; This section is reserved for special boolean facets. These are displayed
; as checkboxes. If the box is checked, the filter on the left side of the
; equal sign is applied. If the box is not checked, the filter is not applied.
; The value on the right side of the equal sign is the text to display to the
; user. It will be run through the translation code, so be sure to update the
; language files appropriately.
;
; pcAvailability:true is a special facet. It's used to show all records found in
; CDI without checking the local availability against a holdingsfile.
;
; cdiFulltext:true/false is also a special facet that enables/disables search
; in full text (if allowed in Primo). It is available only when using
; Primo REST API to search the Central Discovery Index (CDI). See
; https://vufind.org/wiki/configuration:primo for more information on setting up
; the REST API and CDI full text search in Primo.
[CheckboxFacets]
;pcAvailability = "add_other_libraries" ; pcAvailability is special; see above
;pcAvailability:true = "add_other_libraries" ; See above
;cdiFulltext:true = "include_full_text" ; See above

; Facet display settings
[Results_Settings]
Expand Down
7 changes: 7 additions & 0 deletions languages/RecordAttribute/en.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Preprint = "Preprint"
Primary Source = "Primary Source"
Publication with Addendum = "Publication with Addendum"
Publication with Corrigendum = "Publication with Corrigendum"
Retracted Publication = "Retracted Publication"
Retraction Notice = "Retraction Notice"
Review Article = "Review Article"
7 changes: 7 additions & 0 deletions languages/RecordAttribute/fi.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Preprint = "Preprint-versio"
Primary Source = "Päälähde"
Publication with Addendum = "Julkaisu lisäyksellä"
Publication with Corrigendum = "Julkaisu korjauksella"
Retracted Publication = "Takaisinvedetty julkaisu"
Retraction Notice = "Huomautus takaisinvedosta"
Review Article = "Katsausartikkeli"
7 changes: 7 additions & 0 deletions languages/RecordAttribute/sv.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Preprint = "Preprint"
Primary Source = "Primary Source"
Publication with Addendum = "Publikation med tillägg"
Publication with Corrigendum = "Publikation med rättelse"
Retracted Publication = "Återkallad publikation"
Retraction Notice = "Meddelande om återkallelse"
Review Article = "Recensionsartikel"
1 change: 1 addition & 0 deletions languages/aliases.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bulk_print_search = "bulk_print"
bulk_save_button = "Save"
bulk_save_cart = "bulk_save"
bulk_save_search = "bulk_save"
eds_expander_fulltext = "include_full_text"
external_auth_sub_cat_id = "external_auth_scope_cat_id"
external_auth_sub_username = "external_auth_scope_username"
sort_year asc = "sort_year_asc"
2 changes: 1 addition & 1 deletion languages/ar.ini
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ edit_list_fail = "عذرا، ليس لديك صلاحية تحرير هذه ال
edit_list_success = "تم تحديث القائمة بنجاح."
Edition = "الطبعة"
EDS Results = "EDS نتائج"
eds_expander_fulltext = "ابحث أيضا في النص الكامل للمقالات"
eds_expander_relatedsubjects = "تطبيق موضوعات مماثلة"
eds_expander_thesaurus = "قم بتطبيق الكلمات ذات الصلة"
eds_limiter_FC = "الفهرس فقط"
Expand Down Expand Up @@ -712,6 +711,7 @@ Import Record = "استيراد تسجيلة"
in = "في"
In This Collection = "في هذه المجموعة"
in_collection_label = "في المجموعة :"
include_full_text = "ابحث أيضا في النص الكامل للمقالات"
include_synonyms = "توسيع النتائج باستخدام المرادفات"
Index Terms = "مصطلحات الفهرس"
Indexes = "فهارس"
Expand Down
2 changes: 1 addition & 1 deletion languages/bn.ini
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ edit_list_fail = "দুঃখিত, আপনার এই তালিকা
edit_list_success = "তালিকাটি সফলভাবে সাম্প্রতিকী করা হয়েছে।"
Edition = "সংস্করন"
EDS Results = "EDS এর ফলাফল"
eds_expander_fulltext = "আরও খুঁজুন প্রবন্ধের সম্পূর্ণ পাঠের মধ্যে"
eds_expander_relatedsubjects = "সমতুল্য বিষয় অনুসন্ধান"
eds_expander_thesaurus = "সংশ্লিষ্ট শব্দগুলি প্রয়োগ করুন"
eds_limiter_FC = "শুধুমাত্র গ্রন্থতালিকাগুলি"
Expand Down Expand Up @@ -713,6 +712,7 @@ Import Record = "সংগ্রহীত তথ্য"
in = "মধ্যে"
In This Collection = "এই সংগ্রহের মধ্যে"
in_collection_label = "সংগ্রহের মধ্যে"
include_full_text = "আরও খুঁজুন প্রবন্ধের সম্পূর্ণ পাঠের মধ্যে"
include_synonyms = "প্রতিশব্দের ব্যবহার করে ফলাফল বিস্তার করুন"
Index Terms = "নির্ঘণ্ট শর্তাবলী"
Indexes = "নির্ঘণ্ট"
Expand Down
2 changes: 1 addition & 1 deletion languages/ca.ini
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ edit_list_fail = "Disculpeu, no podeu editar aquesta llista"
edit_list_success = "LLista actualitzada correctament."
Edition = "Edició"
EDS Results = "Resultats a EDS"
eds_expander_fulltext = "Incloure el text complet a la cerca"
eds_expander_relatedsubjects = "Veure matèries similars"
eds_expander_thesaurus = "Afegir conceptes relacionats"
eds_limiter_FC = "Només el catàleg"
Expand Down Expand Up @@ -723,6 +722,7 @@ Import Record = "Importar registre"
in = "a"
In This Collection = "En aquesta col·lecció"
in_collection_label = "En la col·lecció:"
include_full_text = "Incloure el text complet a la cerca"
include_synonyms = "Ampliar resultats amb sinònims"
Index Terms = "Indexs"
Indexes = "Indexos"
Expand Down
2 changes: 1 addition & 1 deletion languages/cs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ edit_list_fail = "Nemáte oprávnění upravovat seznam."
edit_list_success = "Seznam byl upraven."
Edition = "Vydání"
EDS Results = "Výsledky hledání v systému EDS"
eds_expander_fulltext = "Prohledávat také plné texty článků"
eds_expander_relatedsubjects = "Zobrazit podobná témata"
eds_expander_thesaurus = "Použít také příbuzné výrazy"
eds_limiter_FC = "Pouze katalog"
Expand Down Expand Up @@ -710,6 +709,7 @@ Import Record = "Importovat záznam"
in = "v poli"
In This Collection = "Zúžit v rámci této sbírky"
in_collection_label = "Sbírka:"
include_full_text = "Prohledávat také plné texty článků"
include_synonyms = "Rozšířit výsledky pomocí synonym"
Index Terms = "Témata"
Indexes = "Rejstříky"
Expand Down
2 changes: 1 addition & 1 deletion languages/cy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ edit_list_fail = "Mae'n ddrwg gennym, nid oes hawl gennych olygu'r rhestr hon"
edit_list_success = "Diweddarwyd y Rhestr yn llwyddiannus."
Edition = "Rhifyn"
EDS Results = "Galw EDS"
eds_expander_fulltext = "Chwilio o fewn testun llawn yr erthyglau hefyd"
eds_expander_relatedsubjects = "Gweithredu pynciau cyfwerth"
eds_expander_thesaurus = "Defnyddio geiriau perthynol"
eds_limiter_FC = "Catalog yn unig"
Expand Down Expand Up @@ -580,6 +579,7 @@ Import Record = "Mewnforio Cofnod"
in = "mewn"
In This Collection = "Yn y Casgliad Hwn"
in_collection_label = "Yng Nghasgliad:"
include_full_text = "Chwilio o fewn testun llawn yr erthyglau hefyd"
include_synonyms = "Ehangu'r canlyniadau gan ddefnyddio cyfystyron"
Index Terms = "Termau Mynegeio"
Indexes = "Mynegeion"
Expand Down
2 changes: 1 addition & 1 deletion languages/de.ini
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ edit_list_fail = "Sie sind leider nicht berechtigt, diese Liste zu bearbeiten"
edit_list_success = "Liste erfolgreich bearbeitet."
Edition = "Ausgabe"
EDS Results = "EDS Treffer"
eds_expander_fulltext = "Auf Suche im Volltext innerhalb der Artikel ausweiten"
eds_expander_relatedsubjects = "Auf verwandte Schlagworte ausweiten"
eds_expander_thesaurus = "Auf verwandte Wörter ausweiten"
eds_limiter_FC = "Nur Bibliothekskatalog"
Expand Down Expand Up @@ -711,6 +710,7 @@ Import Record = "Datensatz importieren"
in = "in"
In This Collection = "In diesem Bestand"
in_collection_label = "In Bestand:"
include_full_text = "Auf Suche im Volltext innerhalb der Artikel ausweiten"
include_synonyms = "Ergebnisse über Synonyme erweitern"
Index Terms = "Index Begriffe"
Indexes = "Inhaltsverzeichnis"
Expand Down
2 changes: 1 addition & 1 deletion languages/el.ini
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ edit_list_fail = "Δεν έχετε δικαίωμα να τροποποιήσε
edit_list_success = "Η λίστα ενημερώθηκε επιτυχώς"
Edition = "Έκδοση"
EDS Results = "Αποτελέσματα (EDS)"
eds_expander_fulltext = "Αναζήτηση και στο πλήρες κέιμενο των άρθρων"
eds_expander_relatedsubjects = "Εφαρμογή σχετικών θεμάτων"
eds_expander_thesaurus = "Εφαρμογή σχετικών λέξεων"
eds_limiter_FC = "Μόνο στον Κατάλογο"
Expand Down Expand Up @@ -712,6 +711,7 @@ Import Record = "Εισαγωγή εγγραφής"
in = "σε"
In This Collection = "Σε αυτή τη συλλογή"
in_collection_label = "Στη συλλογή:"
include_full_text = "Αναζήτηση και στο πλήρες κέιμενο των άρθρων"
include_synonyms = "Να περιλαμβάνονται αποτελέσματα από συνώνυμα"
Index Terms = "Όροι ευρετηρίου"
Indexes = "Ευρετήρια"
Expand Down
2 changes: 1 addition & 1 deletion languages/en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ edit_list_fail = "Sorry, you are not permitted to edit this list"
edit_list_success = "List successfully updated."
Edition = "Edition"
EDS Results = "EDS Results"
eds_expander_fulltext = "Also search within the full text of the articles"
eds_expander_relatedsubjects = "Apply equivalent subjects"
eds_expander_thesaurus = "Apply related words"
eds_limiter_FC = "Catalog Only"
Expand Down Expand Up @@ -713,6 +712,7 @@ Import Record = "Import Record"
in = "in"
In This Collection = "In This Collection"
in_collection_label = "In collection:"
include_full_text = "Also search within the full text of the articles"
include_synonyms = "Expand results using synonyms"
Index Terms = "Index Terms"
Indexes = "Indexes"
Expand Down
2 changes: 1 addition & 1 deletion languages/es.ini
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ edit_list_fail = "Lo sentimos, no está autorizado para editar esta lista"
edit_list_success = "Lista actualizada"
Edition = "Edición"
EDS Results = "Resultados EDS"
eds_expander_fulltext = "También buscar en el texto completo de los artículos"
eds_expander_relatedsubjects = "Aplicar temas equivalentes"
eds_expander_thesaurus = "Aplicar palabras relacionadas"
eds_limiter_FC = "Sólo Catálogo"
Expand Down Expand Up @@ -712,6 +711,7 @@ Import Record = "Registro Importado"
in = "en"
In This Collection = "En esta colección"
in_collection_label = "En colección:"
include_full_text = "También buscar en el texto completo de los artículos"
include_synonyms = "Expandir resultados usando sinónimos"
Index Terms = "Términos del Indice"
Indexes = "Indexados"
Expand Down
2 changes: 1 addition & 1 deletion languages/eu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,6 @@ edit_list_fail = "Sentitzen dugu, ez zaude baimenduta editatzeko"
edit_list_success = "Lista actualizada"
Edition = "Edizioa"
EDS Results = "EDS Emaitzak"
eds_expander_fulltext = "Bilatu artikuluetako testu osoan ere"
eds_expander_relatedsubjects = "Aplikatu gai baliokideak"
eds_expander_thesaurus = "Erabili lotutako hitzak"
eds_limiter_FC = "Katalogoa bakarrik"
Expand Down Expand Up @@ -1332,6 +1331,7 @@ Import Record = "Erregistroa hartu"
in = "non"
In This Collection = "Bilduma honetan"
in_collection_label = "Bilduma:"
include_full_text = "Bilatu artikuluetako testu osoan ere"
include_synonyms = "Erabili sinonimoak emaitzak zabaltzeko"
Index Terms = "Indize terminoak"
Indexes = "Indizeak"
Expand Down
2 changes: 1 addition & 1 deletion languages/fi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ edit_list_fail = "Listan muokkausoikeudet puuttuvat"
edit_list_success = "Lista päivitetty."
Edition = "Painos"
EDS Results = "EDS-tulokset"
eds_expander_fulltext = "Hae myös artikkeleiden kokoteksteistä"
eds_expander_relatedsubjects = "Käytä hakusanoihin liittyviä aiheita"
eds_expander_thesaurus = "Käytä hakusanoihin liittyviä sanoja"
eds_limiter_FC = "Vain kirjastoluettelo"
Expand Down Expand Up @@ -711,6 +710,7 @@ Import Record = "Tuo tietue"
in = "kentästä"
In This Collection = "Tässä kokoelmassa"
in_collection_label = "Kokoelmassa:"
include_full_text = "Hae myös kokoteksteistä"
include_synonyms = "Lisää tuloksia synonyymien avulla"
Index Terms = "Indeksitermit"
Indexes = "Hakemistot"
Expand Down
2 changes: 1 addition & 1 deletion languages/fr.ini
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ edit_list_fail = "Hélas vous n'avez pas les droits pour modifier cette liste"
edit_list_success = "La liste a été mise à jour avec succès."
Edition = "Édition"
EDS Results = "Résultats dans EDS"
eds_expander_fulltext = "Chercher aussi à l'intérieur des articles"
eds_expander_relatedsubjects = "Élargir à des sujets en relation"
eds_expander_thesaurus = "Appliquer les termes associés"
eds_limiter_FC = "Seulement le catalogue"
Expand Down Expand Up @@ -674,6 +673,7 @@ Import Record = "Importer les notices"
in = "dans"
In This Collection = "Dans cette collection"
in_collection_label = "Dans la collection:"
include_full_text = "Chercher aussi à l'intérieur des articles"
include_synonyms = "Étendre la recherche en utilisant les synonymes"
Index Terms = "Termes de l'index"
Indexes = "Index"
Expand Down
2 changes: 1 addition & 1 deletion languages/ga.ini
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ edit_list_fail = "Ár leithscéal, níl cead agat an liosta seo a chur in eagar"
edit_list_success = "Nuashonraíodh an liosta go rathúil."
Edition = "Eagrán"
EDS Results = "Torthaí EDS"
eds_expander_fulltext = "Cuardaigh laistigh de théacs iomlán na n-alt freisin"
eds_expander_relatedsubjects = "Cuir ábhair choibhéiseacha i bhfeidhm"
eds_expander_thesaurus = "Cuir focail ghaolmhara i bhfeidhm"
eds_limiter_FC = "Catalóg amháin"
Expand Down Expand Up @@ -711,6 +710,7 @@ Import Record = "Iompórtáil taifead"
in = "IN"
In This Collection = "Sa bhailiúchán seo"
in_collection_label = "Sa bhailiúchán:"
include_full_text = "Cuardaigh laistigh de théacs iomlán na n-alt freisin"
include_synonyms = "Leathnaigh na torthaí le comhchiallaigh"
Index Terms = "Téarmaí innéacs"
Indexes = "Innéacsanna"
Expand Down
2 changes: 1 addition & 1 deletion languages/gl.ini
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ edit_list = "Editar Lista"
edit_list_fail = "Sentímolo, non está autorizado para editar esta lista"
edit_list_success = "Lista actualizada"
Edition = "Edición"
eds_expander_fulltext = "Tamén buscar no texto completo dos artigos"
eds_expander_thesaurus = "Aplicar palabras relacionadas"
eds_limiter_FC = "Só Catálogo"
eds_limiter_FC1 = "Só Repositorio Institucional"
Expand Down Expand Up @@ -483,6 +482,7 @@ Import Record = "Rexistro importado"
in = "en"
In This Collection = "Nesta colección"
in_collection_label = "En colección"
include_full_text = "Tamén buscar no texto completo dos artigos"
include_synonyms = "Expandir resultados usando sinónimos"
Index Terms = "Termos do índice"
Indexes = "Indexados"
Expand Down
2 changes: 1 addition & 1 deletion languages/hi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ edit_list_fail = "क्षमा करें, आपको इस सूची
edit_list_success = "सूची को सफलतापूर्वक अपडेट किया गया"
Edition = "संस्करण"
EDS Results = "ईडीएस परिणाम"
eds_expander_fulltext = "लेखों के पूर्ण पाठ के भीतर भी खोजें"
eds_expander_relatedsubjects = "समकक्ष विषय लागू करें"
eds_expander_thesaurus = "संबंधित शब्दों को लागू करें"
eds_limiter_FC = "केवल सूचीपत्र"
Expand Down Expand Up @@ -713,6 +712,7 @@ Import Record = "आयात रिकॉर्ड"
in = "में"
In This Collection = "इस संग्रह में"
in_collection_label = "संग्रह में"
include_full_text = "लेखों के पूर्ण पाठ के भीतर भी खोजें"
include_synonyms = "समानार्थी शब्द का उपयोग करके परिणामों का विस्तार करें"
Index Terms = "अनुक्रम की शर्तें"
Indexes = "सूचक"
Expand Down
2 changes: 1 addition & 1 deletion languages/hr.ini
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ edit_list_fail = "Nažalost, ti ne smiješ urediti ovaj popis"
edit_list_success = "Popis je uspješno aktualiziran."
Edition = "Izdanje"
EDS Results = "EDS rezultati"
eds_expander_fulltext = "Traži i u cijelom tekstu članka"
eds_expander_relatedsubjects = "Primijeni jednake predmete"
eds_expander_thesaurus = "Primijeni povezane riječi"
eds_limiter_FC = "Samo katalog"
Expand Down Expand Up @@ -712,6 +711,7 @@ Import Record = "Uvezi zapis"
in = "u"
In This Collection = "U ovu zbirku"
in_collection_label = "U zbirku:"
include_full_text = "Traži i u cijelom tekstu članka"
include_synonyms = "Proširi rezultate pomoću sinonima"
Index Terms = "Pojmovi kataloga"
Indexes = "Katalozi"
Expand Down
2 changes: 1 addition & 1 deletion languages/hy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ edit_list_fail = "Ներեցեք, ձեզ չի թույլատրվում խմբա
edit_list_success = "Ցուցակը հաջողությամբ թարմացվել է:"
Edition = "Հրատարակություն"
EDS Results = "EDS արդյունքներ"
eds_expander_fulltext = "Փնտրեք նաև հոդվածների ամբողջական տեքստերում"
eds_expander_relatedsubjects = "Կիրառել համարժեք խորագրեր"
eds_expander_thesaurus = "Կիրառեք առնչվող բառերը"
eds_limiter_FC = "Միայն քարտարան"
Expand Down Expand Up @@ -711,6 +710,7 @@ Import Record = "Ներմուծեք գրևառում"
in = "մեջ"
In This Collection = "Այս հավաքածուի մեջ"
in_collection_label = "Հավաքածուի մեջ:"
include_full_text = "Փնտրեք նաև հոդվածների ամբողջական տեքստերում"
include_synonyms = "Ընդլայնել արդյունքները՝ օգտագործելով հոմանիշներ"
Index Terms = "Ինդեքսավորեք տերմինները"
Indexes = "Ինդեքսներ"
Expand Down
2 changes: 1 addition & 1 deletion languages/it.ini
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ edit_list_fail = "Ops, non sei autorizzato a modificare questa lista"
edit_list_success = "Lista aggiornata con successo."
Edition = "Edizione"
EDS Results = "Risultati (da EDS)"
eds_expander_fulltext = "Cerca anche nel full text degli articoli"
eds_expander_relatedsubjects = "Includi record con soggetti equivalenti"
eds_expander_thesaurus = "Cerca parole correlate"
eds_limiter_FC = "Solo catalogo"
Expand Down Expand Up @@ -711,6 +710,7 @@ Import Record = "Importa record"
in = "in"
In This Collection = "In questa collezione"
in_collection_label = "Nella collezione:"
include_full_text = "Cerca anche nel full text degli articoli"
include_synonyms = "Espandi i risultati usando i sinonimi"
Index Terms = "Termini di indice"
Indexes = "Indici"
Expand Down
2 changes: 1 addition & 1 deletion languages/ja.ini
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ edit_list_fail = "このリストを編集する権限がありません"
edit_list_success = "リストを更新しました。"
Edition = "版"
EDS Results = "EDS検索結果"
eds_expander_fulltext = "全文検索"
eds_expander_relatedsubjects = "同じ内容の件名を適用"
eds_expander_thesaurus = "関連著作への適用"
eds_limiter_FC = "目録のみ"
Expand Down Expand Up @@ -712,6 +711,7 @@ Import Record = "レコードのインポート"
in = ":"
In This Collection = "このコレクション"
in_collection_label = "コレクション:"
include_full_text = "全文検索"
include_synonyms = "類義語を使って対象を広げる"
Index Terms = "索引語"
Indexes = "索引"
Expand Down
Loading