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

(-)a/C4/Search.pm (+1 lines)
Lines 961-966 sub getIndexes{ Link Here
961
                    'date-entered-on-file',
961
                    'date-entered-on-file',
962
                    'Date-of-acquisition',
962
                    'Date-of-acquisition',
963
                    'Date-of-publication',
963
                    'Date-of-publication',
964
                    'Date/time-last-modified',
964
                    'Dewey-classification',
965
                    'Dewey-classification',
965
                    'EAN',
966
                    'EAN',
966
                    'extent',
967
                    '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 965-971 cn-prefix 1=9009 Link Here
965
cn-suffix 1=9010
965
cn-suffix 1=9010
966
Suppress 1=9011
966
Suppress 1=9011
967
id-other 1=9012
967
id-other 1=9012
968
date-entered-on-file 1=date-entered-on-file
969
extent 1=Extent
968
extent 1=Extent
970
llength 1=llength
969
llength 1=llength
971
Summary 1=Summary
970
Summary 1=Summary
972
- 

Return to bug 10740