Project

General

Profile

« Previous | Next » 

Revision 20624f5a

Added by Andreas Kohlbecker almost 8 years ago

advanced search hints on using the asterisk

View differences:

modules/cdm_dataportal/cdm_dataportal.search.php
152 152
    $search_service_endpoint,
153 153
    $query_field_default_value,
154 154
    t('Enter the name or part of a name you wish to search for.
155
      The asterisk  character * can be used as wildcard.'),
155
      The asterisk  character * can be used as wildcard, but must not be used as first character.'),
156 156
      NULL
157 157
  );
158 158

  
......
386 386
    CDM_WS_PORTAL_TAXON_FINDBY_DESCRIPTIONELEMENT_FULLTEXT,
387 387
    $query_field_default_value,
388 388
    t("Enter the text you wish to search for. The asterisk character * can be
389
        used as wildcard. Terms can be combined with 'AND'. To search for a
389
        used as wildcard, but must not be used as first character. Terms can be combined with 'AND'. To search for a
390 390
        full phrase enclose the terms in parentheses. For more syntactical
391 391
        options please refer to the !link.",
392 392
      array(

Also available in: Unified diff