Hi all

I cant get the finder to find. If I select the "Show results on results page even before the form has been completed" button I can see the view I am searching on, and the search works. If I do not select the button the search does not find anything although the autocomplete does work. I will include the export of the finder without the button selected. What am I doing wrong? Please help!

I am also not able to get multiple elements to show on the finder/search page. Can you help with this too.

Larry

array(
'finder_id' => '2',
'base' => 'views',
'title' => 'Pesquisa veículos',
'description' => 'Search vehicles',
'path' => 'finder/search_vehicles',
'block' => '0',
'settings' => array(
'form_on_page' => 1,
'form' => array(
'prefix' => '',
'suffix' => '',
'button_text' => 'Pesquisa',
'go_text' => 'Go',
),
'advanced' => array(
'filter' => 0,
'submission' => 1,
'ahah' => 0,
'ahah_effect' => 'none',
'element_combination' => '1',
'pager' => '10',
'match' => 'contains',
'goto' => '',
'hide_args' => 1,
'arg_sep' => ',',
'show_links' => 1,
'show_admin_links' => 1,
),
'views' => array(
'view' => 'vehicle_search',
'displays' => array(
'query' => 'default',
'output' => 'default',
),
'results' => '0',
'views_args' => array(
'args' => '',
'delimiter' => '/',
),
),
'finder_wizard' => array(
'is_wizard' => 1,
'settings' => array(
'skip_single_choice' => 1,
'invalid_path' => '',
),
),
),
'elements' => array(
'0' => array(
'finder_element_id' => '6',
'finder_id' => '2',
'element' => 'autocomplete',
'title' => 'Marca ou modelo',
'weight' => '0',
'settings' => array(
'form' => array(
'description' => '',
'prefix' => '',
'suffix' => '',
'default_value' => '',
'required' => 0,
'field_prefix' => '',
'field_suffix' => '',
'maxlength' => '',
'size' => '',
'max_suggestions' => '10',
'match' => 'contains',
'autosubmit' => 0,
),
'choices' => array(
'field' => array(
'node.title' => 'node.title',
),
'views' => array(
'args' => '',
'delimiter' => '/',
),
'displays' => array(
'query' => 'default',
),
),
'finder_wizard_step' => array(
'question' => 'Marca ou modelo',
'response' => 'You have selected !answer',
'empty_path' => '',
),
),
'element_handler' => array(
'#title' => 'Autocomplete textfield',
'#module' => 'finder_autocomplete',
),
'#_finder_object' => '1',
),
),
'elements_index' => array(
'6' => 0,
),
'base_handler' => array(
'#title' => 'Views finder',
'#module' => 'finder_views',
),
'admin_links' => array(
'finder/search_vehicles' => 'View \"Path\"',
'admin/build/finder/2/edit' => 'Edit',
),
'links' => array(),
'#_finder_object' => '1',
)

Comments

larry_za’s picture

Hi

Seems to me it was Finder Wizard causing all the problems. I unistalled both modules then only installed Finder and now all seems fine.

Larry

danielb’s picture

Status: Active » Closed (fixed)

Cheers mate, I need to work on Finder Wizard a bit more.