Closed (outdated)
Project:
Finder
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2013 at 18:01 UTC
Updated:
5 Mar 2016 at 10:11 UTC
Jump to comment: Most recent
I'm using Finder 6.x-1.27 with Drupal 6.26. I have created a finder with an element that uses a select list that works on a taxonomy vocabulary. I have eight terms in this vocabulary but only five of them are showing in the finder's select list. If I shuffle the order of my terms then the terms that show up in the finder's select list will sometimes change but it's always only five terms that show. Is there something that is limiting the number of terms to five?
array(
'finder_id' => '2',
'base' => 'views',
'title' => 'Explore a Community',
'description' => 'Find local communities',
'path' => 'search/community',
'block' => '1',
'settings' => array(
'form_on_page' => 1,
'form' => array(
'prefix' => '',
'prefix_format' => '2',
'suffix' => '',
'suffix_format' => '2',
'button_text' => 'Find',
'go_text' => 'Go',
),
'advanced' => array(
'no_results' => array(
'no_results' => 'There are no results to display',
),
'filter' => 0,
'validate_empty' => 0,
'submission' => 1,
'ahah' => 0,
'ahah_effect' => 'none',
'ahah_remote' => 0,
'element_combination' => '0',
'pager' => '10',
'goto' => '',
'hide_args' => 0,
'arg_sep' => ',',
'empty_symbol' => '',
'show_links' => 1,
'show_admin_links' => 1,
'cache_finder_find' => '0',
'search' => '0',
'search_tab' => 'node',
),
'views' => array(
'view' => 'local_communities',
'displays' => array(
'query' => 'default',
'output' => 'default',
),
'results' => '0',
'views_args' => array(
'args' => '',
'delimiter' => '/',
),
'empty_text' => 0,
),
),
'elements' => array(
'0' => array(
'finder_element_id' => '4',
'finder_id' => '2',
'element' => 'select',
'title' => 'Choose a community',
'weight' => '0',
'settings' => array(
'form' => array(
'description' => '',
'prefix' => '',
'prefix_format' => '2',
'suffix' => '',
'suffix_format' => '2',
'default_value' => '',
'required' => 0,
'size' => '',
'multiple' => 0,
'empty' => '',
'empty_text' => '',
),
'choices' => array(
'field' => array(
'term_data_4.name' => 'term_data_4.name',
),
'sort' => 0,
'sanitization' => array(
'format' => 'filter_xss',
),
'rewrite' => array(
'php' => '',
),
'displays' => array(
'query' => 'default',
),
'views' => array(
'args' => '',
'delimiter' => '/',
),
),
'advanced' => array(
'delimit' => '',
'field_combination' => '0',
'value_combination' => '0',
'nesting_order' => '0',
'match' => 'e',
),
),
'element_handler' => array(
'#title' => 'Select list',
'#module' => 'finder_optionwidgets',
),
'#_finder_object' => '1',
),
),
'elements_index' => array(
'4' => 0,
),
'base_handler' => array(
'#title' => 'Views finder',
'#module' => 'finder_views',
),
'admin_links' => array(
'search/community' => 'View \"Path\"',
'admin/build/finder/2/edit' => 'Edit',
),
'links' => array(),
'#_finder_object' => '1',
)
Comments
Comment #1
1kenthomas commentedSimilar issue here-- I'm only seeing ONE term for each finder element...
Comment #1.0
1kenthomas commentedAdded export
Comment #2
danielb commentedDrupal 6 is no longer supported.