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

(-)a/C4/Search.pm (+1 lines)
Lines 918-923 sub getIndexes{ Link Here
918
                    'allrecords',
918
                    'allrecords',
919
                    'an',
919
                    'an',
920
                    'Any',
920
                    'Any',
921
		    'Anywhere',
921
                    'at',
922
                    'at',
922
                    'au',
923
                    'au',
923
                    'aub',
924
                    '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 42-45 Link Here
42
    <option value="pl">Publisher location</option>
42
    <option value="pl">Publisher location</option>
43
    <option value="yr">Publication date (yyyy)</option>
43
    <option value="yr">Publication date (yyyy)</option>
44
    <option value="acqdate">Acquisition date (yyyy-mm-dd)</option>
44
    <option value="acqdate">Acquisition date (yyyy-mm-dd)</option>
45
    <option value="anywhere">Any word (all indexes)</option>
45
</select>
46
</select>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-1 / +4 lines)
Lines 389-394 var holdForPatron = function () { Link Here
389
                            [% ELSE %]<option value="sn">ISBN</option>[% END %]
389
                            [% ELSE %]<option value="sn">ISBN</option>[% END %]
390
                            [% IF ( ms_ss ) %]<option selected="selected" value="ss">ISSN</option>
390
                            [% IF ( ms_ss ) %]<option selected="selected" value="ss">ISSN</option>
391
                            [% ELSE %]<option value="ss">ISSN</option>[% END %]
391
                            [% ELSE %]<option value="ss">ISSN</option>[% END %]
392
                            [% IF ( ms_anywhere ) %]<option selected="selected" value="anywhere">Any world (all indexes)</option>
393
                            [% ELSE %]<option value="anywhere">Any word (all indexes)</option>[% END %]
394
                            [% IF ( ms_anywherecommaphr ) %]<option selected="selected" value="anywhere,phr">Any phrase (all indexes)</option>
395
                            [% ELSE %]<option value="anywhere,phr">Any phrase (all indexes)</option>[% END %]
392
                        </select>
396
                        </select>
393
                        <input type="hidden" name="scan" value="1" />
397
                        <input type="hidden" name="scan" value="1" />
394
                    </td>
398
                    </td>
395
- 

Return to bug 8962