Relevanssi – A Better Search
Relevanssi replaces the default search with a partial-match search that sorts results by relevance. It also indexes comments and shortcode content.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_relevanssi | Stores relevanssi data created by this plugin. | Static |
| wp_relevanssi_log | A logging table that records activity, events, or audit history. | Static |
| wp_relevanssi_stopwords | Stores relevanssi stopwords data created by this plugin. | Static |
| wp_relevanssi_tracking | Stores relevanssi tracking data created by this plugin. | Static |