This module alters the default Apache Solr search behavior in order to show all the nodes tagged with a taxonomy term and also all untagged nodes (tagged with a term named 'untagged').
String Filter provides an input filter to replace defined strings with a STRING, VARIABLE, or FUNCTION. Admins can define any number of replacement combinations when configuring a text format.
This module provides an API that extends the Entity API, to use data from a remote source as entities. Multiple remote entity types can be declared on multiple remote servers.
With a remote entity type defined, you can:
Execute queries on the remote data
Load remote entities by a remote ID
Load local copies of remote entities
Save remote entities
Both querying and loading remote entities causes a local copy to be saved, which speeds up later loading. After a set time, local copies expire, and loading an expired entity will cause the remote version to be retrieved again (and also re-saved locally).
The Entity Metadata Property API is used to access properties of the remote entity. The Entity admin UI is used to provide a UI for local copies of entities.
A remote entity resource implementation: currently this exists for MS Dynamics
(Recommended only) Entity Operations, which allows quick building of a UI for custom entities, and for which this module has several useful operation handlers.