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

(-)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