Description
The simple search plugin looks for a user's query in either the blog entry title or blog entry description.
Installation and Setup
In your global /WEB-INF/plugin.properties file, add the following line:
simple-search=org.blojsom.plugin.search.SimpleSearchPlugin
You may then add "simple-search" to one of the flavor-based plugin chains. These plugin chains can be found in the individual user's plugin.properties file. For example:
html.blojsom-plugin-chain=simple-search
Usage and URL Parameters
URL parameters
The following table describes the URL parameters that affect the output of the simple search plugin.
| URL parameter |
Accepted values |
Usage |
| query |
Contains the query text to look for in the blog entry title or blog entry description. |
/blog/?query=blojsom |