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 Bricksbuilder AJAX Search and Relevanssi, on the site WordPress.org Forums:
I only accept premium software copies directly from authors. That seems like a solid fix… -
Posted a reply to Pdf Search with Page number, on the site WordPress.org Forums:
I'm not allowed to provide Premium support here. You can find our contact information here… -
Posted a reply to Bricksbuilder AJAX Search and Relevanssi, on the site WordPress.org Forums:
Relevanssi reads the search parameter from the standard s parameter. One way around this is… -
Posted a reply to Log user queries, on the site WordPress.org Forums:
Settings > Relevanssi > Logging has the settings, and Dashboard > User searches is where… -
Posted a reply to Serching dont found item, on the site WordPress.org Forums:
Do yo have the throttle enabled in the Relevanssi searching settings? If it is, try… -
Posted a reply to Serching dont found item, on the site WordPress.org Forums:
How much is your title weight? Other than the title, the nail polishes are as… -
Posted a reply to Search/Replace taking too long on relevanssi_log, on the site WordPress.org Forums:
There's nothing in the wp_relevanssi_log table that needs to be renamed to create a dev… -
Posted a reply to fatal memory issues, on the site WordPress.org Forums:
Out of memory errors are always tricky to fix. There's no easy single answer. You… -
Posted a reply to Include passwword-protected page in search, on the site WordPress.org Forums:
You can't just paste that in; it requires more. Also, too much depends on your… -
Posted a reply to Include passwword-protected page in search, on the site WordPress.org Forums:
WordPress probably doesn't want to show the excerpts either, but I'm sure you can force… -
Posted a reply to exclude images from search and excerpts, on the site WordPress.org Forums:
That code does not do what you think it does. It's working correctly: there are… -
Posted a reply to custom field for excerpt not showing, on the site WordPress.org Forums:
The excerpt text mentions "Anita" only once; there's a bit in the post content where… -
Posted a reply to 404 error on custom post search results caused by the plugin, on the site WordPress.org Forums:
Hope you find the answer. The rewrite stuff can get complicated, that much I can… -
Posted a reply to 404 error on custom post search results caused by the plugin, on the site WordPress.org Forums:
Sorry, no idea, and not even the faintest clue of what the mechanism could be.… -
Posted a reply to Assistance with Showing Private WooCommerce Products to Logged-In Users, on the site WordPress.org Forums:
First of all, this is a search filter: it will take effect immediately, without needing… -
Posted a reply to Weighting ignored in front-end, on the site WordPress.org Forums:
Very good, thanks! -
Posted a reply to getEditedPostAttribute error, on the site WordPress.org Forums:
Pinning, exclusion and related posts are Premium features. I'm not allowed to provide Premium support… -
Posted a reply to Weighting ignored in front-end, on the site WordPress.org Forums:
If that doesn't work, then you somehow need to remove this field from your search… -
Posted a reply to Weighting ignored in front-end, on the site WordPress.org Forums:
Remove the e_search_props parameter from the search. That's what is ruining the search results. You… -
Posted a reply to Product Title search problem, on the site WordPress.org Forums:
Debug the search process to see how and where the good Relevanssi results are changed… -
Posted a reply to Product Title search problem, on the site WordPress.org Forums:
I don't know why that doesn't work. None of the sorting options on your search… -
Posted a reply to Product Title search problem, on the site WordPress.org Forums:
I don't think you need the "no" in the search; searching for "dnka top wipe"… -
Posted a reply to Product Title search problem, on the site WordPress.org Forums:
The "dnka top no" and "fox top no" don't work well, because "no" is a… -
Posted a reply to Compatability with Dynamic OO, on the site WordPress.org Forums:
I don't know very well what Dynamic actually does, but dynamic content sounds like something… -
Posted a reply to Product Title search problem, on the site WordPress.org Forums:
Please show me a screenshot of the Relevanssi admin search (Dashboard > Admin search, not… -
Posted a reply to Product Title search problem, on the site WordPress.org Forums:
Is the search powered by Relevanssi? Do the results match what the Relevanssi admin search… -
Posted a reply to Not searching by Tag, on the site WordPress.org Forums:
You're still using TranslatePress. I can't really support a site using TranslatePress because I can't… -
Posted a reply to Not searching by Tag, on the site WordPress.org Forums:
No. When you check product_tag in the indexed taxonomies, Relevanssi will index that taxonomy and… -
Posted a reply to Not searching by Tag, on the site WordPress.org Forums:
Does searching for the tags work in the Relevanssi admin search (Dashboard > Admin search)?… -
Posted a reply to Relevanssi indexing ‘Custom Styles’, on the site WordPress.org Forums:
I've never used theme.json, so unfortunately I have no idea whatsoever how it can interfere… -
Posted a reply to Not searching by Tag, on the site WordPress.org Forums:
The two easiest ways to confirm are: Do a search, deactivate Relevanssi, repeat the search.… -
Posted a reply to Relevanssi indexing ‘Custom Styles’, on the site WordPress.org Forums:
Which theme are you using? What does it do? Themes can do anything, so I… -
Posted a reply to Relevanssi indexing ‘Custom Styles’, on the site WordPress.org Forums:
Well, based on the debugging we've done here, the post gets added after Relevanssi hands… -
Posted a reply to Relevanssi indexing ‘Custom Styles’, on the site WordPress.org Forums:
How about this? add_filter( 'relevanssi_hits_to_show', function( $hits ) { var_dump( wp_list_pluck( $hits[0], 'ID' ) );… -
Posted a reply to How to use relevanssi_hits_filter when searching without a search term?, on the site WordPress.org Forums:
Yes, that looks great. Glad to hear you've solved your problem, and thanks for the… -
Posted a reply to add this word in index: f.o.x, on the site WordPress.org Forums:
Try this: add_filter( 'relevanssi_post_title_before_tokenize', function( $title ) { return str_ireplace( 'f.o.x', 'fox', $title );} );… -
Posted a reply to Relevanssi indexing ‘Custom Styles’, on the site WordPress.org Forums:
Ok, so it's not indexed at all... I have to say I don't know where… -
Posted a reply to add this word in index: f.o.x, on the site WordPress.org Forums:
add_filter( 'relevanssi_remove_punctuation', function( $str ) { return str_replace( 'f.o.x', 'fox', $str );}, 9 ); Add… -
Posted a reply to add this word in index: f.o.x, on the site WordPress.org Forums:
The problem is the periods: they are replaced with spaces. If this word appears only… -
Posted a reply to Relevanssi indexing ‘Custom Styles’, on the site WordPress.org Forums:
What's the output from the Relevanssi indexing debugger (the first input box on the debugging… -
Posted a reply to Relevanssi indexing ‘Custom Styles’, on the site WordPress.org Forums:
Is it just this single post, or are other posts in this post type appearing… -
Posted a reply to PHP Notice: Function _load_textdomain_just_in_time was called incorrect, on the site WordPress.org Forums:
Subscribing to release note emails helps 😄 -
Posted a reply to PHP Notice: Function _load_textdomain_just_in_time was called incorrect, on the site WordPress.org Forums:
That’s Premium, so you should be asking at https://www.relevanssi.com/support/. This forum is only for the… -
Posted a reply to PHP Notice: Function _load_textdomain_just_in_time was called incorrect, on the site WordPress.org Forums:
Are you using the latest version? These should all be fixed now. -
Posted a reply to Relevansii Search, on the site WordPress.org Forums:
You can fairly easily do it with Relevanssi Premium, see documentation here. The free version… -
Posted a reply to Live resulta not working on shortcode content, on the site WordPress.org Forums:
Yes, it is as expected: that's not Relevanssi Live Ajax Search, unless you have modified… -
Posted a reply to Live resulta not working on shortcode content, on the site WordPress.org Forums:
I can only provide private assistance to Relevanssi Premium customers. Can you perhaps show a… -
Posted a reply to warning in: relevanssi/lib/sorting.php relevanssi/lib/sorting.php on line 179, on the site WordPress.org Forums:
What is the exact error message, and how I can reproduce this issue? What kind… -
Posted a reply to Search returns all pages no matter what I’m searching for, on the site WordPress.org Forums:
Which theme is that? Is that the default WordPress Query Loop block? Usually, with that… -
Posted a reply to Inquiry Regarding Search Result Order Change After Plugin Update, on the site WordPress.org Forums:
My guess is that you are using a post ordering plugin and have a filter…
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+