I'm currently using the tablemanager module to import .csv data and I'm using the tablemanager input format to populate the table data into book pages. I currently have 5 lines of tablemanager script, one line per value, and it displays table data fine in book pages, pages, and stories, and is searchable via viewsfast search which I currently use to display full nodes for search results and the default drupal/node search.
When I use fuzzysearch to administer a search it finds the data via fuzzy within the book pages as it should, but displays the tablemanager code instead of the populated data from the tablemanager input format for the search result teasers.
Modules currently being used:
Viewsfast search
Tablemanager
Fuzzysearch

Any feedback on this would be much appreciated.