faceted search
faceted search
hi
D6, faceted search, no php-skills
i have a block where i include a normal search form with ...
<?php
print drupal_get_form('search_form');
?>now i want to use faceted search and want to include also the necessary code in the block. someone helped me, but i didn´t get it to work. he told me, that i should use following code ...
<?php
$block = module_invoke('faceted_search_ui', 'block', 'view', '1_keyword');
?>
<div class='search_inline'>
<?=$block['content']?>
</div>
<div style='clear:both'></div>
