Changeset 1500 for trunk/gsdl/macros


Ignore:
Timestamp:
2000-09-05T13:32:05+12:00 (24 years ago)
Author:
dmm9
Message:

stuff needed by the date search interface

File:
1 edited

Legend:

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

    r1460 r1500  
    534534# _hselection_, _jselection_ and _nselection_ are set from within the server
    535535# some or all of them may remain unset
    536 _textsimplesearch_ {Search for _If_(_hselection_, _hselection_)_If_(_jselection_,_textjselect_)_If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
     536_textsimplesearch_ {Search for web pages _If_(_nselection_, in _nselection_ language)
    537537which contain _querytypeselection_ of the words}
    538538
     
    541541
    542542_textjselect_ {_If_(_hselection_, of) _jselection_}
     543
     544_textdatesearch_ {This collection can be searched for documents within a date range, or documents that contain a particular date. This is an optional feature of the search.}
     545_textstartdate_ {Start (or only) date:}
     546_textenddate_ {End date:}
     547_textbc_ {B.C.E.}
     548_textad_ {C.E.}
     549_textexplaineras_{C.E. and B.C.E are alternatives for A.D. and B.C. repsectively.  These terms are considered to be culture indiscriminate, and stand for "Common Era" and "Before the Common Era"}
     550
    543551
    544552_textstemon_ { (ignoring word endings)}
     
    763771  <li><a href="\#scope-of-queries">Scope of queries</a>
    764772</ul>
     773   <li><a href="\#datesearching">Searching with dates</a>
     774<ul>
     775  <li><a href="\#datesearch-howto">How to use date search</a>   
     776  <li><a href="\#datesearch-results">How date search results work</a>
     777</ul>       
    765778  <li><a href="\#preferences">_textchangeprefs_</a>
    766779<ul>
     
    955968}
    956969
     970_textdatesearch_{Searching with Dates}
     971
     972_texthelpdatesearch_{<h2>_textdatesearch_</h2>
     973Date search lets you find documents that, as well as matching your search
     974terms, are about events within a certain timeframe.  You can search for
     975documents from a certain year or from a range of years.  Note that you do not
     976have to have any search terms -- you can search by date alone; and also that
     977you do not have to use dates in your search, if you do not type any dates in it
     978 is just the same as if the date search didn't exist.<p>
     979
     980<p>_iconblankbar_
     981<a name=datesearch-howto>
     982<h3>How to use this feature:</h3>
     983<ul>
     984   <li>To search for documents about a sinlge year:<p>
     985   <ul>
     986       <li>Type in any ordinary search terms as you normally would.
     987       <li>Type the year you want into the "Start (or only) date" box.
     988       <li>If your date is from before the common era (also known as before
     989       Christ), choose the B.C.E option from the pulldown menu next to that
     990       box.
     991       <li>Begin your search as you ordinarily would.
     992   </ul>
     993<p><li>To search for documents abou a time period or range of years:<p>
     994   <ul>
     995       <li>Type in any ordinary search terms as you normally would.
     996       <li>Type the earlier date into the "Start (or only) date" box.
     997       <li>Type the later date into the "End date" box.
     998       <li>Select "B.C.E from the pulldown menu next to any date from before
     999           the common era (also known as before Christ).
     1000       <li>Begin your search as you ordinarily would.
     1001   </ul>   
     1002</ul><p>
     1003
     1004<p>_iconblankbar_
     1005<a name=datesearch-results>
     1006<h3>The way results of your search work</h3>
     1007
     1008Generally speaking a search for documents about the year 1903 will not return documents that, say, reference books written in 1903, just documents about 1903.  However, the way that the documents' dates are found, it will return documents that have a date range (for example 1899-1911) that includes 1903, and also those documents which, as part of their text name the century that 1903 is a part of (for example 20th century or twentieth century).  This means that for some documents, the dates in your search will not actually appear in the document text.  For a range search, all of this applies to every date in the range.<p>
     1009}
     1010
    9571011_textchangeprefs_ {Changing your preferences}
    9581012
Note: See TracChangeset for help on using the changeset viewer.