Changeset 4760


Ignore:
Timestamp:
2003-06-23T14:29:29+12:00 (21 years ago)
Author:
kjdon
Message:

changed the search XXX at YY level... bits for mgpp colls - now use the field list instead of the index list - mgpp will now only use one index. also changed the textsome, textall macros - took the test on cgiargb out of the text macros, so the text only has text in it, like textsome {some}. Note: have to change all the other languages to reflect thiscvs diff english.dm

File:
1 edited

Legend:

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

    r4549 r4760  
    579579
    580580_texticonthispage_ {search}
    581 _textsome_ {_If_(_cgiargb_,ranked,some)}
    582 _textall_ {_If_(_cgiargb_,boolean,all)}
    583 _textformsome_ {_If_(_cgiargb_,ranked,some)}
    584 _textformall_ {_If_(_cgiargb_,natural,all)}
     581_textsome_ {some}
     582_textall_ {all}
     583_textboolean_ {boolean}
     584_textranked_ {ranked}
     585_textnatural_ {natural}
     586#_textsome_ {_If_(_cgiargb_,ranked,some)}
     587#_textall_ {_If_(_cgiargb_,boolean,all)}
     588#_textformsome_ {_If_(_cgiargb_,ranked,some)}
     589#_textformall_ {_If_(_cgiargb_,natural,all)}
    585590_texticonqueryresultsbar_ {}
    586591_texticonsearchhistorybar_ {search history}
     
    625630using _querytypeselection_ query}
    626631
    627 _textformsimplesearch_ {Search for _If_(_hselection_, _hselection_) _If_(_jselection_, _textjselect_) _If_(_gselection_, at _gselection_ level) _If_(_nselection_, in _nselection_ language)
    628 which contain _formquerytypeselection_ of}
    629 
    630 _textformadvancedsearch_ {Search _If_(_hselection_, _hselection_, _defaultindextext_) _If_(_jselection_,_textjselect_) _If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
     632#have changed mgpp search headers
     633_textsimplesearchmgpp_ {Search for _If_(_fqfselection_, _fqfselection_) _If_(_jselection_, _textjselect_) _If_(_gselection_, at _gselection_ level) _If_(_nselection_, in _nselection_ language)
     634which contain _querytypeselection_ of the words}
     635
     636_textadvancedsearchmgpp_ {Search _If_(_fqfselection_, _fqfselection_, _defaultindextext_) _If_(_jselection_,_textjselect_) _If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
     637using _querytypeselection_ query}
     638
     639_textformsimplesearch_ {Search _If_(_jselection_, _textjselection_) _If_(_gselection_, at _gselection_ level) _If_(_nselection_, in _nselection_ language)
     640for _formquerytypeselection_ of}
     641
     642_textformadvancedsearch_ {Search _If_(_jselection_,_jselection_) _If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
    631643and display results in _formquerytypeselection_ order}
    632644
Note: See TracChangeset for help on using the changeset viewer.