Changeset 13426


Ignore:
Timestamp:
2006-12-06T10:37:03+13:00 (17 years ago)
Author:
kjdon
Message:

change & to & in help text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/english.dm

    r13371 r13426  
    483483_textquerymode_ {Query mode:}
    484484_textsimplemode_ {simple query mode}
    485 _textadvancedmode_ {advanced query mode (allows boolean searching using !, &, |, and parentheses)}
     485_textadvancedmode_ {advanced query mode (allows boolean searching using !, &, |, and parentheses)}
    486486_textlinkinterm_ {through intermediate page}
    487487_textlinkdirect_ {go directly there}
     
    689689_texthelpbooleansearch_ {
    690690A <b>boolean</b> search allows you to combine terms
    691 using & (for "and"), | (for "or"), and ! (for "not"), using parentheses for grouping if desired. The default operator is | (for "or").
     691using &amp; (for "and"), | (for "or"), and ! (for "not"), using parentheses for grouping if desired. The default operator is | (for "or").
    692692<p>
    693 For example, <b>snail & farming</b> will match documents which contain both <b>snail</b> AND <b>farming</b>, whereas <b>snail | farming</b> will match documents that contain either <b>snail</b> OR <b>farming</b>.
     693For example, <b>snail &amp; farming</b> will match documents which contain both <b>snail</b> AND <b>farming</b>, whereas <b>snail | farming</b> will match documents that contain either <b>snail</b> OR <b>farming</b>.
    694694<b>snail !farming</b> will match documents that contain <b>snail</b> AND DO NOT contain <b>farming</b>.
    695695<p>
    696 More precise queries can be specified using combinations of operators and parentheses. For example, <b>(sheep | cattle) & (farm | station)</b>, or <b>sheep | cattle | goat !pig</b>.
     696More precise queries can be specified using combinations of operators and parentheses. For example, <b>(sheep | cattle) &amp; (farm | station)</b>, or <b>sheep | cattle | goat !pig</b>.
    697697}
    698698
     
    807807_texthelpsearchprefs_ {
    808808<p>You can switch to an "advanced" query mode which allows you to combine terms
    809 using & (for "and"), | (for "or"), and ! (for "not"), using parentheses for
     809using &amp; (for "and"), | (for "or"), and ! (for "not"), using parentheses for
    810810grouping if desired. This allows you to specify more precise queries.
    811811<p>_selectsearchtypeprefs_
Note: See TracChangeset for help on using the changeset viewer.