View | Details | Raw Unified | Return to bug 10740
Collapse All | Expand All

(-)a/C4/Search.pm (+1 lines)
Lines 960-965 sub getIndexes{ Link Here
960
                    'date-entered-on-file',
960
                    'date-entered-on-file',
961
                    'Date-of-acquisition',
961
                    'Date-of-acquisition',
962
                    'Date-of-publication',
962
                    'Date-of-publication',
963
                    'Date/time-last-modified',
963
                    'Dewey-classification',
964
                    'Dewey-classification',
964
                    'EAN',
965
                    'EAN',
965
                    'extent',
966
                    'extent',
(-)a/etc/zebradb/ccl.properties (-4 / +2 lines)
Lines 346-356 acqdate Date-of-acquisition Link Here
346
#Date/time added to   1011  The date and time that a        008/00-05
346
#Date/time added to   1011  The date and time that a        008/00-05
347
#database                   record was added to the
347
#database                   record was added to the
348
#                           database.
348
#                           database.
349
#Date-time-added-to-db 1=1011
349
date-entered-on-file 1=1011
350
350
351
#Date/time last       1012  The date and time a record      005
351
#Date/time last       1012  The date and time a record      005
352
#modified                   was last updated.
352
#modified                   was last updated.
353
#Date-time-last-modified       1=1012
353
Date/time-last-modified 1=1012
354
354
355
#Identifier--         1013  Used in full-text searching
355
#Identifier--         1013  Used in full-text searching
356
#authority/format           to indicate to the target
356
#authority/format           to indicate to the target
Lines 962-968 cn-prefix 1=9009 Link Here
962
cn-suffix 1=9010
962
cn-suffix 1=9010
963
Suppress 1=9011
963
Suppress 1=9011
964
id-other 1=9012
964
id-other 1=9012
965
date-entered-on-file 1=date-entered-on-file
966
extent 1=Extent
965
extent 1=Extent
967
llength 1=llength
966
llength 1=llength
968
Summary 1=Summary
967
Summary 1=Summary
969
- 

Return to bug 10740