fuzzysearch_build_excerpt |
./fuzzysearch.module |
Fuzzysearch build excerpt. |
1 |
|
fuzzysearch_cleanse |
./fuzzysearch.module |
Strip all non alphanumeric characters from a string. |
2 |
|
fuzzysearch_disable |
./fuzzysearch.install |
Implements hook_disable(). |
|
|
fuzzysearch_enable |
./fuzzysearch.install |
Implements hook_enable(). |
|
|
fuzzysearch_get_excerpt_options |
./fuzzysearch.module |
Fuzzy search get excerpt options. |
1 |
|
fuzzysearch_get_index_options |
./fuzzysearch.module |
Fuzzy search get index options. |
2 |
|
fuzzysearch_get_word_id |
./fuzzysearch.module |
Create a word id in the specified table. |
1 |
|
fuzzysearch_help |
./fuzzysearch.module |
Implements hook_help(). |
|
|
fuzzysearch_install |
./fuzzysearch.install |
Implements hook_install(). |
|
|
fuzzysearch_parse_word |
./fuzzysearch.module |
Insert the words into the database as they are indexed. |
1 |
|
fuzzysearch_process_excerpt |
./fuzzysearch.module |
Fuzzysearch process excerpt. |
1 |
|
fuzzysearch_search_api_processor_info |
./fuzzysearch.module |
Implements hook_search_api_processor_info(). |
|
|
fuzzysearch_search_api_service_info |
./fuzzysearch.module |
Implements hook_search_api_service_info(). |
|
|
fuzzysearch_static_search_query |
./fuzzysearch.module |
Store the unexecuted search query for reusing it when building the excerpt. |
2 |
|
fuzzysearch_theme |
./fuzzysearch.module |
Implements hook_theme(). |
|
|
fuzzysearch_uninstall |
./fuzzysearch.install |
Implements hook_uninstall(). |
|
|
fuzzysearch_unique |
./fuzzysearch.module |
Recursive array_unique(). |
1 |
|
theme_fuzzysearch_score |
./fuzzysearch.module |
Theme fuzzysearch score. |
|
|
_fuzzysearch_char_count |
./fuzzysearch.module |
Helper to set character count of the found, clean word. |
1 |
|