Project

General

Profile

Actions

bug #6075

closed

harmonize ' Enable auto-suggest' option with existing code

Added by Andreas Kohlbecker over 7 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
New
Assignee:
Patrick Plitzner
Category:
cdm-dataportal
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Severity:
normal
Found in Version:

Description

1)

The [] Enable auto-suggest for taxon search is currently in the freetext index settings.

This option should preferably be placed below:

admin/config/cdm_dataportal/settings/layout/search#edit-simple-search-use-lucene-backend

2)

Harmonize the Drupal value key:

please rename the key cdm-dataportal-taxon-auto-suggest to something that better conforms to the existing keys of the same context. My suggesting is: cdm_search_taxa_auto_suggest.
The existing implementations in settings.php may be a good guidance:

   define('SIMPLE_SEARCH_IGNORE_CLASSIFICATION', 'simple_search_ignore_classification');

...

    $form['search_settings'][SIMPLE_SEARCH_IGNORE_CLASSIFICATION] = array(
      '#type' => 'checkbox',
      '#title' => t('Ignore the chosen classification in simple search'),
      '#default_value' => variable_get(SIMPLE_SEARCH_IGNORE_CLASSIFICATION, 0),
      '#description' => t('The simple search, which can be executed via the search block,
          will by default search on the classification selected in the classification browser
          selector. Set the tick if you want your portal to search on all classifications.'),
  );

Related issues

Related to EDIT - feature request #5890: Implement auto-suggest for data portalNewAndreas Kohlbecker

Actions
Actions #1

Updated by Andreas Kohlbecker over 7 years ago

  • Subject changed from better place for ' Enable auto-suggest' option to harmonize ' Enable auto-suggest' option with existing code
  • Description updated (diff)
Actions #2

Updated by Andreas Kohlbecker over 7 years ago

  • Description updated (diff)

Sorry I confused this setting, it is on the taxon search fields.
I am correcting the issue description ...

Actions #3

Updated by Andreas Kohlbecker over 7 years ago

Actions #4

Updated by Andreas Kohlbecker about 7 years ago

  • Target version changed from Unassigned CDM tickets to Release 4.6
Actions #5

Updated by Andreas Müller about 7 years ago

  • Target version changed from Release 4.6 to Release 4.7
Actions #6

Updated by Andreas Müller almost 7 years ago

  • Target version changed from Release 4.7 to Release 4.8
Actions #7

Updated by Andreas Müller over 6 years ago

  • Target version changed from Release 4.8 to Release 4.9
Actions #8

Updated by Andreas Müller over 6 years ago

  • Target version changed from Release 4.9 to Release 4.10
Actions #9

Updated by Andreas Müller over 6 years ago

  • Target version changed from Release 4.10 to Release 4.11
Actions #10

Updated by Andreas Müller over 6 years ago

  • Target version changed from Release 4.11 to Release 4.12
Actions #11

Updated by Andreas Müller over 6 years ago

  • Target version changed from Release 4.12 to Release 4.13
Actions #12

Updated by Andreas Müller about 6 years ago

  • Target version changed from Release 4.13 to Release 4.14
Actions #13

Updated by Patrick Plitzner about 6 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 50
Actions #14

Updated by Patrick Plitzner about 6 years ago

  • Assignee changed from Patrick Plitzner to Andreas Kohlbecker
Actions #15

Updated by Andreas Kohlbecker about 6 years ago

  • Status changed from Resolved to Closed
  • Assignee changed from Andreas Kohlbecker to Patrick Plitzner
  • % Done changed from 50 to 100
Actions

Also available in: Atom PDF