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 33-36 Link Here
33
    <option value="pl">Publisher location</option>
33
    <option value="pl">Publisher location</option>
34
    <option value="yr">Publication date (yyyy)</option>
34
    <option value="yr">Publication date (yyyy)</option>
35
    <option value="acqdate">Acquisition date (yyyy-mm-dd)</option>
35
    <option value="acqdate">Acquisition date (yyyy-mm-dd)</option>
36
    <option value="anywhere">Any word (all indexes)</option>
36
</select>
37
</select>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-1 / +4 lines)
Lines 364-369 YAHOO.util.Event.onContentReady("searchheader", function () { Link Here
364
                            [% ELSE %]<option value="sn">ISBN</option>[% END %]
364
                            [% ELSE %]<option value="sn">ISBN</option>[% END %]
365
                            [% IF ( ms_ss ) %]<option selected="selected" value="ss">ISSN</option>
365
                            [% IF ( ms_ss ) %]<option selected="selected" value="ss">ISSN</option>
366
                            [% ELSE %]<option value="ss">ISSN</option>[% END %]
366
                            [% ELSE %]<option value="ss">ISSN</option>[% END %]
367
                            [% IF ( ms_anywhere ) %]<option selected="selected" value="anywhere">Any world (all indexes)</option>
368
                            [% ELSE %]<option value="anywhere">Any word (all indexes)</option>[% END %]
369
                            [% IF ( ms_anywherecommaphr ) %]<option selected="selected" value="anywhere,phr">Any phrase (all indexes)</option>
370
                            [% ELSE %]<option value="anywhere,phr">Any phrase (all indexes)</option>[% END %]
367
                        </select>
371
                        </select>
368
                        <input type="hidden" name="scan" value="1" />
372
                        <input type="hidden" name="scan" value="1" />
369
                    </td>
373
                    </td>
370
- 

Return to bug 8962