Documentation: Search Marker
Installation
Unzip the archive and copy the folder search_marker into the /expressionengine/third_party/-directory inside your system-directory.
Usage:
1. Add the following style to your CSS and modify the attributes as you see fit.
.marker { background-color: #ff0; }
2. Wrap your fields with the plugin tags.
Example:
{exp:search:search_results}
{exp:search_marker}
<p>{summary}</p>
<p>{body}</p>
{/exp:search_marker}
{/exp:search:search_results}
Changelog:
2.0:
- initial release for EE 2.0