Via FTP: Upload the narrowsearch/ directory into /plugins/.
Via package manager: Select narrowsearch from the available plugins list.
Paths:
- Main plugin:
/plugins/narrowsearch/narrowsearch.php - Configuration:
/plugins/narrowsearch/conf/narrowsearch.conf.inc.php - Widget:
/plugins/narrowsearch/widget/
Configuration parameters:
| Constant | Default | Description |
|---|---|---|
| NARROW_LIMIT | 50 | Maximum number of results |
| NARROW_WARN | 30 | Warning threshold (too many results) |
Required SQL table: search_index
Columns: url, title, source, lang, content
The table must be populated by the siteindexer plugin.