Mikko Saari
@msaari on WordPress.org and Slack
Bio
- Member Since: June 9th, 2008
- Location: Tampere, Finland
- Website: relevanssi.com
- Job Title: CEO
- Employer: Painava sana oy
Contribution History
Mikko Saari’s badges:- Core Contributor
- Plugin Developer
- Support Contributor
- Support Team
- Translation Contributor
- Translation Editor
- WordCamp Speaker
-
Posted a reply to Relevanssi shop page ordering issue, on the site WordPress.org Forums:
Popularity and price sorting don't work automatically in Relevanssi. You need extra code to support… -
Posted a reply to Only show those who has a tag?, on the site WordPress.org Forums:
This isn't a Relevanssi issue, this is a WordPress issue. Relevanssi just follows the taxonomy… -
Posted a reply to Theme based AJAX load more issue with Relevanssi, on the site WordPress.org Forums:
It depends on what the load more button does. It may run a search query… -
Posted a reply to SEOPress No Index Checkbox Missing, on the site WordPress.org Forums:
I'll use defined( 'SEOPRESS_VERSION' ) && require_once 'compatibility/seopress.php'; . I'll fix this in the next… -
Posted a reply to SEOPress No Index Checkbox Missing, on the site WordPress.org Forums:
Relevanssi checks if the function seopress_get_toggle_titles_option() exists. If they've removed that function, it would break… -
Posted a reply to Exact Match Results Not Showing in First Position with Relevanssi and FacetWP In, on the site WordPress.org Forums:
Ok, so none of the post content is in the actual post content. For some… -
Posted a reply to Exact Match Results Not Showing in First Position with Relevanssi and FacetWP In, on the site WordPress.org Forums:
Can you please show me how Relevanssi sees the Pimento Cheese post? In the debugging… -
Posted a reply to Front end search doesn’t match admin search, on the site WordPress.org Forums:
Ah, BeTheme. Say no more. Add this code snippet to your site: function mfn_search() {}… -
Posted a reply to Exact Match Results Not Showing in First Position with Relevanssi and FacetWP In, on the site WordPress.org Forums:
If you do the same search on Relevanssi admin search (Dashboard > Admin search), are… -
Posted a reply to Front end search doesn’t match admin search, on the site WordPress.org Forums:
You're not doing anything wrong, but your theme might be. Please give me more details.… -
Posted a reply to ‘Results for {search term}’ showing in search results, on the site WordPress.org Forums:
Relevanssi doesn't index the breadcrumb. It's not possible, the breadcrumb would not say "search results… -
Posted a reply to How to arrange products according to Variations Regular price., on the site WordPress.org Forums:
When you order the posts like that, Relevanssi sorts them by the value in the… -
Posted a reply to [Relevanssi - A Better Search] XSS risk, on the site WordPress.org Forums:
This does nothing on my sites. Are you using the latest version of Relevanssi? Old… -
Posted a reply to Stopped searching for SKU variations, on the site WordPress.org Forums:
You can modify the function so that it also adds the variation name, that's not… -
Posted a reply to Stopped searching for SKU variations, on the site WordPress.org Forums:
You still need the setting for the main product SKU. The function just adds the… -
Posted a reply to Stopped searching for SKU variations, on the site WordPress.org Forums:
A vast majority of WooCommerce themes sets the post_type parameter to product. That makes sense,… -
Posted a reply to Stopped searching for SKU variations, on the site WordPress.org Forums:
Check a product variation with the Relevanssi debugger (Settings > Relevanssi > Debugging). Is it… -
Posted a reply to SEO no index not working with SEO Framework, on the site WordPress.org Forums:
The option is slightly misleading. Relevanssi ignores the SEO Framework Robots Meta noindex setting –… -
Posted a reply to Getting a Fatal error when searching, on the site WordPress.org Forums:
The problem is this: $ordering = WC_Query::get_catalog_ordering_args();. You can't do this. This function cannot be… -
Posted a reply to Getting a Fatal error when searching, on the site WordPress.org Forums:
I can tell you if you just show me the function. It's in /themes/gustowines/inc/woocommerce.php. -
Posted a reply to Getting a Fatal error when searching, on the site WordPress.org Forums:
What does the rlv_price_sort() function in your theme look like? The one on Relevanssi.com does… -
Posted a reply to Missing Taxonomy, on the site WordPress.org Forums:
Relevanssi uses the WordPress get_taxonomies() function to fetch the list of taxonomies; the only restriction… -
Posted a reply to Devanagari support in search, on the site WordPress.org Forums:
You don't need Premium; the Chinese language segmentation uses the relevanssi_remove_punctuation hook, available in the… -
Posted a reply to Searching works perfectly execpt with one search phrase, on the site WordPress.org Forums:
The error message would explain why this worked, exactly. Without it, all I can say… -
Posted a reply to Searching works perfectly execpt with one search phrase, on the site WordPress.org Forums:
What is the error message? I see the page fails, but what is the error… -
Posted a reply to Devanagari support in search, on the site WordPress.org Forums:
You don't need to add anything. Relevanssi already supports all UTF-8 text. Hindi text in… -
Posted a reply to Search Relevancy, on the site WordPress.org Forums:
If the results are really bad, it's likely they're not sorted by relevance. This is… -
Posted a reply to CPT does not appear in search, on the site WordPress.org Forums:
If you search with the Relevanssi admin search (Dashboard > Admin search), are the results… -
Posted a reply to Search Relevancy, on the site WordPress.org Forums:
There are several solutions to this. With Relevanssi Premium, I'd simply pin the main products… -
Committed [3153670] to Plugins SVN:
Tagging 4.23.1 -
Posted a reply to Search results are intermittent, on the site WordPress.org Forums:
Yes, it's in your search form. You can ask Elementor support how to remove it. -
Posted a reply to Search results are intermittent, on the site WordPress.org Forums:
When there are no results, the URL is /?s=igniteiq&e_search_props=ef457f0-131. If I drop the e_search_props parameter,… -
Posted a reply to Ajax live results not showing on second custom searchform, on the site WordPress.org Forums:
In addition to that, you also need to add the <div id="rlvlive"></div> element to where… -
Posted a reply to Ajax live results not showing on second custom searchform, on the site WordPress.org Forums:
The search form on the second page doesn't have Relevanssi Live Ajax Search installed. The… -
Posted a reply to Ajax live results not showing on second custom searchform, on the site WordPress.org Forums:
Can I see the site? That would help figure out what's wrong. Ensure both forms… -
Posted a reply to Getting ACF field name to appear in search, on the site WordPress.org Forums:
Relevanssi Premium stores the custom field name in the index, so you can see that… -
Posted a reply to “Keyword matching” setting: Whole words – Doesn’t work, on the site WordPress.org Forums:
Did you rebuild the index after adding the code? -
Posted a reply to Display the results by date, on the site WordPress.org Forums:
If you set Relevanssi to sort by date, it's the post publication date. If you… -
Posted a reply to Words on front page are not highlighted, on the site WordPress.org Forums:
Yes, but you need to replace the_title() in the template with relevanssi_the_title(). When Relevanssi added… -
Posted a reply to Words on front page are not highlighted, on the site WordPress.org Forums:
You can't. It's a WordPress restriction: the homepage cannot take the highlight parameter, it just… -
Posted a reply to “Keyword matching” setting: Whole words – Doesn’t work, on the site WordPress.org Forums:
By default, underscores are replaced with spaces, so "22_RPO" is indexed as "22 RPO". You… -
Posted a reply to Dropdown Category & Tag Filter, on the site WordPress.org Forums:
You can always create a search form manually. Then you can include only the categories… -
Posted a reply to Relevanssi indexes scheduled posts, on the site WordPress.org Forums:
That's correct. However, the scheduled post should only appear in admin searches. It should not… -
Posted a reply to Use with OpenStreetMap?, on the site WordPress.org Forums:
Sure. Relevanssi doesn't really have an opinion on what happens on the search results page.… -
Posted a reply to Posts from a specific category do not show up in search results, on the site WordPress.org Forums:
You have this in your search parameters [“cat”]=> string(3) “-13”: the category is excluded from… -
Posted a reply to Doesn’t work at all with Oxygen Repeater, on the site WordPress.org Forums:
The query would need the relevanssi parameter set to true to use Relevanssi. If you… -
Posted a reply to Indexing Amelia Booking categories and services, style java search animation., on the site WordPress.org Forums:
Your theme sets the text color here: a:where(:not(.wp-element-button)) { color: var(--wp--preset--color--contrast); text-decoration: underline;} You need… -
Posted a reply to Results behind modal, on the site WordPress.org Forums:
Sorry, the name of the variable is of course "data-rlvparentel", and the ID needs the… -
Posted a reply to is taxonomy acf custom field index?, on the site WordPress.org Forums:
Yes, that filter hook is your friend. For each post, go through the terms, get… -
Posted a reply to Indexing Amelia Booking categories and services, style java search animation., on the site WordPress.org Forums:
I don't think block menus use wp_nav_menu_items. Here's the CSS: .rlv-has-spinner { border-color: <color here>;…
Developer
-
Mahjong Tiles
Active Installs: 10+
-
Relevanssi - A Better Search
Active Installs: 100,000+
-
Relevanssi Light
Active Installs: 500+
-
Relevanssi Live Ajax Search
Active Installs: 5,000+
Suomi (Finnish) Plugins Translation Editor - #fi
-
AMP
Active Installs: 500,000+
-
Autoptimize
Active Installs: 1+ million
-
Better Recent Comments
Active Installs: 3,000+
-
Relevanssi – A Better Search
Active Installs: 100,000+
-
Relevanssi Live Ajax Search
Active Installs: 5,000+
-
TablePress – Tables in WordPress made easy
Active Installs: 700,000+
-
WordPress RSS Feed Retriever
Active Installs: 10,000+