Changeset 12781


Ignore:
Timestamp:
2006-09-20T09:33:57+12:00 (18 years ago)
Author:
kjdon
Message:

added sort field to query form for lucene, a little bit of help text

File:
1 edited

Legend:

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

    r12766 r12781  
    302302_textranked_ {ranked}
    303303_textnatural_ {natural}
    304 #_textsome_ {_If_(_cgiargb_,ranked,some)}
    305 #_textall_ {_If_(_cgiargb_,boolean,all)}
    306 #_textformsome_ {_If_(_cgiargb_,ranked,some)}
    307 #_textformall_ {_If_(_cgiargb_,natural,all)}
     304_textsortbyrank_ {relevance rank}
    308305_texticonsearchhistorybar_ {search history}
    309306
     
    330327
    331328#these go together in form search:
    332 #"Word or phrase  (fold, stem)  ... in field"
    333 _textwordphrase_ {Word or phrase}
     329#"Words  (fold, stem)  ... in field"
     330_textwordphrase_ {Words}
    334331_textinfield_ {... in field}
    335332_textfoldstem_ {(fold, stem)}
     
    346343# unset
    347344
    348 _textsimplesearch_ {Search for _indexselection_ _If_(_jselection_,of _jselection_ )_If_(_gselection_, at _gselection_ level )_If_(_nselection_,in _nselection_ language )that contain _querytypeselection_ of the words}
     345_textsimplesearch_ {Search for _indexselection_ _If_(_jselection_,of _jselection_ )_If_(_gselection_, at _gselection_ level )_If_(_nselection_,in _nselection_ language )that contain _querytypeselection_ of the words_If_(_sfselection_,\,_allowformbreak_ sorting results by _sfselection_)}
    349346
    350347_textadvancedsearch_ {Search _indexselection_ _If_(_jselection_,of _jselection_ )_If_(_gselection_,at _gselection_ level )_If_(_nselection_,in _nselection_ language )using _querytypeselection_ query}
     
    352349_textadvancedmgppsearch_ {Search _indexselection_ _If_(_jselection_,of _jselection_ )_If_(_gselection_,at _gselection_ level )_If_(_nselection_,in _nselection_ language ) and display results in _formquerytypeadvancedselection_ order}
    353350
    354 _textadvancedlucenesearch_ {Search _indexselection_ _If_(_jselection_,of _jselection_ )_If_(_gselection_,at _gselection_ level )_If_(_nselection_,in _nselection_ language )for }
    355 
    356 _textformsimplesearch_ {Search _If_(_jselection_,_jselection_ )_If_(_gformselection_,at _gformselection_ level )_If_(_nselection_,in _nselection_ language )for _formquerytypesimpleselection_ of }
    357 
    358 _textformadvancedsearch_ {Search _If_(_jselection_,_jselection_ )_If_(_gformselection_,at _gformselection_ level )_If_(_nselection_,in _nselection_ language )and display results in _formquerytypeadvancedselection_ order }
    359 
     351_textadvancedlucenesearch_ {Search _indexselection__If_(_jselection_, of _jselection_)_If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)_If_(_sfselection_,\,_allowformbreak_ sorting results by _sfselection_\,) for }
     352
     353_textformsimplesearch_ {Search _If_(_jselection_, _jselection_)_If_(_gformselection_, at _gformselection_ level)_If_(_nselection_, in _nselection_ language)_If_(_sfselection_,\, sorting results by _sfselection_\,) for _formquerytypesimpleselection_ of }
     354
     355_textformadvancedsearchmgpp_ {Search _If_(_jselection_,_jselection_ )_If_(_gformselection_,at _gformselection_ level )_If_(_nselection_,in _nselection_ language )and display results in _formquerytypeadvancedselection_ order }
     356
     357_textformadvancedsearchlucene_ {Search _If_(_jselection_, _jselection_)_If_(_gformselection_,  at _gformselection_ level)_If_(_nselection_, in _nselection_ language)_If_(_sfselection_,\, sorting results by _sfselection_\,) for }
    360358
    361359_textnojsformwarning_ {Warning: Javascript is disabled in your web browser. <br>To use form searching, please enable it.}
     
    646644}
    647645
     646_texthelpadvancedsearchextra_{NOTE: These operators are all ignored if you are searching in simple query mode.}
     647
    648648_texthelpadvsearchlucene_ {
    649649Advanced searches in Lucene collections use boolean operators. _texthelpbooleansearch_
     650}
     651
     652_texthelpformsearchtitle_ {Form searching}
     653
     654_texthelpformsearch_ {
     655<p>
    650656}
    651657_textdatesearch_ {Searching with Dates}
Note: See TracChangeset for help on using the changeset viewer.