Fuzzy search theming
| Project: | Fuzzy Search |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Hi, here goes a couple of questions and suggestions:
1.- Theming
I've started using fuzzy search, mainly for testing, and I've found it uses its own theming. I think it would be great if this module could use the default drupal theming.
In my case, for example, I've overrided the default drupal theming with my own using phptemplate_search_item($item, $type) inside template.php file.
Can this be done with your module? I've looked into the module and found the output function is theme_fuzzysearch_results($results). I don't know much about php and I would like to override it in my template.php.
2.- Showing the search box in the main template page.tpl.php
I would like to implement the fuzzy search inside the template, not in a block, what should be the php snippet to do it?
Thanks in advance for any idea or suggestion and congratulations for this module, 5.x-1.x-dev is working right for me.
