Small fix:
- Relevanssi will now index pending and future posts. These posts are only shown in the admin search.
Small fix:
Not logged in. Log in to see your license details.
…then you may be using a plugin that affects the post order. One example is Intuitive Custom Post Order, which reorders posts – and the Relevanssi results. The fix is simple, though. Add this function to your site: add_filter( ‘relevanssi_orderby’, function ( $orderby ) { return array( ‘relevance’ => ‘desc’ );…
Relevanssi Premium can search user profiles. So far the following data gets indexed from user profiles: first name, last name, display name and description. If you’re interested in having something else indexed, there’s an option on the options page. Because WordPress only handles posts in the search result pages, Relevanssi…