Closed (works as designed)
Project:
Search 404
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Oct 2014 at 11:27 UTC
Updated:
30 Mar 2016 at 12:53 UTC
Jump to comment: Most recent
Comments
Comment #1
glen.pinheiro commentedComment #2
glen.pinheiro commentedI guess the above code snippet is used for selecting the available search module. We have updated this part of the module with a Drupal function 'search_get_default_module_info' which returns information about the default search module available. You could try the latest version of the search404 module 7.x-1.4.
$default_search = search_get_default_module_info();
$type_search = $default_search['module'];
For reference:
https://api.drupal.org/api/drupal/modules!search!search.module/function/search_get_default_module_info/7
Comment #3
anish.a commentedThanks Glen for investigating this issue.
Comment #4
anish.a commented