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

(-)a/C4/Search.pm (+1 lines)
Lines 1080-1085 sub getIndexes{ Link Here
1080
                    'allrecords',
1080
                    'allrecords',
1081
                    'an',
1081
                    'an',
1082
                    'Any',
1082
                    'Any',
1083
		    'Anywhere',
1083
                    'at',
1084
                    'at',
1084
                    'au',
1085
                    'au',
1085
                    'aub',
1086
                    'aub',
(-)a/etc/zebradb/authorities/etc/bib1.att (+2 lines)
Lines 3-8 name bib1 Link Here
3
reference Bib-1
3
reference Bib-1
4
4
5
att 1016    Any
5
att 1016    Any
6
att 1035    Anywhere
7
6
att 9000    authtype
8
att 9000    authtype
7
att 12      Local-Number
9
att 12      Local-Number
8
att 9038    Descriptive-cataloging-rules
10
att 9038    Descriptive-cataloging-rules
(-)a/etc/zebradb/ccl.properties (-1 / +1 lines)
Lines 84-90 kw Any Link Here
84
#            support both 'any' and 'anywhere', if the origin uses 'Any'
84
#            support both 'any' and 'anywhere', if the origin uses 'Any'
85
#            (rather than 'Anywhere') it is asking the target to locate
85
#            (rather than 'Anywhere') it is asking the target to locate
86
#            the term only if it can do so relatively inexpensively.
86
#            the term only if it can do so relatively inexpensively.
87
#Anywhere 1=1035
87
Anywhere 1=1035
88
88
89
#Author-name          1003  A personal or corporate author, 100, 110, 111, 400
89
#Author-name          1003  A personal or corporate author, 100, 110, 111, 400
90
#                           or a conference or meeting      410, 411, 700, 710,
90
#                           or a conference or meeting      410, 411, 700, 710,
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc (+1 lines)
Lines 50-53 Link Here
50
    [%# special Zebra r=r CCL mapping for 'yr' %]
50
    [%# special Zebra r=r CCL mapping for 'yr' %]
51
    <option value="yr,st-year">Publication date (yyyy-yyyy)</option>
51
    <option value="yr,st-year">Publication date (yyyy-yyyy)</option>
52
    <option value="acqdate,st-date-normalized">Acquisition date (yyyy-mm-dd)</option>
52
    <option value="acqdate,st-date-normalized">Acquisition date (yyyy-mm-dd)</option>
53
    <option value="anywhere">Any word (all indexes)</option>
53
</select>
54
</select>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-1 / +4 lines)
Lines 309-314 Link Here
309
                            [% ELSE %]<option value="sn">ISBN</option>[% END %]
309
                            [% ELSE %]<option value="sn">ISBN</option>[% END %]
310
                            [% IF ( ms_ss ) %]<option selected="selected" value="ss">ISSN</option>
310
                            [% IF ( ms_ss ) %]<option selected="selected" value="ss">ISSN</option>
311
                            [% ELSE %]<option value="ss">ISSN</option>[% END %]
311
                            [% ELSE %]<option value="ss">ISSN</option>[% END %]
312
                            [% IF ( ms_anywhere ) %]<option selected="selected" value="anywhere">Any world (all indexes)</option>
313
                            [% ELSE %]<option value="anywhere">Any word (all indexes)</option>[% END %]
314
                            [% IF ( ms_anywherecommaphr ) %]<option selected="selected" value="anywhere,phr">Any phrase (all indexes)</option>
315
                            [% ELSE %]<option value="anywhere,phr">Any phrase (all indexes)</option>[% END %]
312
                        </select>
316
                        </select>
313
                        <input type="hidden" name="scan" value="1" />
317
                        <input type="hidden" name="scan" value="1" />
314
                    </td>
318
                    </td>
315
- 

Return to bug 8962