Rich Document

Component type

module

Maintenance status

Development status

Component created

Component changed

This module aims to enable user to easily upload a rich document, such as Word or PDF, and convert it into node.

Punctuation Preprocessor for Search

Component type

module

Maintenance status

Development status

Downloads

2707

Component created

Component changed

This module implements a punctuation pre-processor that provides special handling for punctuation characters when they are encountered within word strings during searching and indexing.

Though the core Drupal search module provides some basic punctuation processing, some characters (such as hyphens, periods and underscores) are never treated as word boundaries. This means that strings like "word-power" are only matched in a search for the whole string ("word-power") but NOT the individual fragments ("word" or "power").