Mikko Saari
@msaari on WordPress.org and Slack
- Member Since: June 9th, 2008
- Location: Tampere, Finland
- Website: relevanssi.com
- GitHub: msaari
- Job Title: CEO
- Employer: Painava sana oy
Bio
Contribution History
Mikko Saari’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- Translation Editor
- WordCamp Speaker
-
Posted a reply to Bug making relevanssi displaying posts from excluded categories, on the site WordPress.org Forums:
There's a category exclusion there: no posts from the taxonomy terms 5 and 478 should…1 day ago
-
Posted a reply to Bug making relevanssi displaying posts from excluded categories, on the site WordPress.org Forums:
Check under Queries > Caller "relevanssi_search()", there should be a query that begins SELECT DISTINCT(relevanssi.doc).…1 day ago
-
Posted a reply to Bug making relevanssi displaying posts from excluded categories, on the site WordPress.org Forums:
First of all, if you have content that is not supposed to be searched at…1 day ago
-
Posted a reply to Relevanssi NOT WORKING, on the site WordPress.org Forums:
Go to Settings > Relevanssi > Indexing and click "Build the index".2 days ago
-
Posted a reply to How to index ACF field?, on the site WordPress.org Forums:
1. Yes, a normal ACF text field is in all senses just a regular custom…2 days ago
-
Posted a reply to Relevanssi NOT WORKING, on the site WordPress.org Forums:
Have you tried rebuilding the index? Does the Relevanssi admin search (Dashboard > Admin search)…3 days ago
-
Posted a reply to Relevanssi NOT WORKING, on the site WordPress.org Forums:
What exactly is the problem? I tried it, and the search button launched a search…3 days ago
-
Posted a reply to Indexing shortcode/ajax content, on the site WordPress.org Forums:
It's not a question of speed. Relevanssi doesn't run any AJAX code, so Relevanssi never…3 days ago
-
Posted a reply to Relevanssi and AMP conflict, on the site WordPress.org Forums:
Ok, so the problem is somehow related to what is in your excerpts. Since your…5 days ago
-
Posted a reply to Relevanssi and AMP conflict, on the site WordPress.org Forums:
Well, multisite shouldn't matter, as Relevanssi doesn't do anything different in multisite environments (multisite searching…5 days ago
-
Posted a reply to Search results sort by most recent date?, on the site WordPress.org Forums:
Relevanssi Light overrides the orderby parameter to set the order to relevance. Adding this to…5 days ago
-
Posted a reply to Relevanssi and AMP conflict, on the site WordPress.org Forums:
Relevanssi is not calling is_amp_endpoint(), at least not directly. Relevanssi doesn't care about AMP or…5 days ago
-
Posted a reply to Syntax error, on the site WordPress.org Forums:
Looks like you're running an ancient version of PHP. The line mentioned in the error…6 days ago
-
Posted a reply to Download older versions of the plugin?, on the site WordPress.org Forums:
You can download older versions here: https://wordpress.org/plugins/relevanssi/advanced/1 week ago
-
Posted a reply to 25,000 posts, on the site WordPress.org Forums:
Very good, your site is pretty much spot on why I created the Light version…1 week ago
-
Posted a reply to Exclude form data into excerpts, on the site WordPress.org Forums:
If you haven't touched the advanced indexing settings and adjusted the minimum word length from…2 weeks ago
-
Posted a reply to Exclude form data into excerpts, on the site WordPress.org Forums:
Are you sure those excerpts are generated by Relevanssi in the first place? If the…2 weeks ago
-
Posted a reply to Problem with export of posts with _relevanssi_pin, on the site WordPress.org Forums:
I'm sorry, but I'm not allowed to help you here. This forum is only for…2 weeks ago
-
Posted a reply to Exclude form data into excerpts, on the site WordPress.org Forums:
One more try: add_filter( 'relevanssi_post_content', 'rlv_remove_menu', 8 ); add_filter( 'relevanssi_excerpt_content', 'rlv_remove_menu', 9 ); function rlv_remove_menu(…2 weeks ago
-
Posted a reply to 25,000 posts, on the site WordPress.org Forums:
Relevanssi Light is exactly the tool for you, unless there's specifically something only Relevanssi can…2 weeks ago
-
Posted a reply to ‘Out of Stock’ WooCommerce Products Showing in Search Results?, on the site WordPress.org Forums:
Here's how you can adjust that: https://www.relevanssi.com/knowledge-base/hidden-woocommerce-products-search/2 weeks ago
-
Posted a reply to Exclude form data into excerpts, on the site WordPress.org Forums:
If you change the code to this and then go save one of the posts…2 weeks ago
-
Posted a reply to Shortcodes, on the site WordPress.org Forums:
That option only affects indexing, not the excerpts. Is that excerpt generated by Relevanssi? If…2 weeks ago
-
Posted a reply to Is it possible to exclude specific pages from indexing?, on the site WordPress.org Forums:
There's an easy exclude option for posts in Relevanssi Premium, a checkbox on the post…2 weeks ago
-
Posted a reply to Exclude form data into excerpts, on the site WordPress.org Forums:
Try this: add_filter( 'relevanssi_post_content', 'rlv_remove_menu', 8 ); add_filter( 'relevanssi_excerpt_content', 'rlv_remove_menu', 8 ); Does that help?2 weeks ago
-
Posted a reply to Highlight showing html code, on the site WordPress.org Forums:
wp_trim_words() also removes HTML tags. Replacing echo wp_trim_words( esc_html( $mkdf_my_excerpt ), 30 ); with echo…2 weeks ago
-
Posted a reply to Exclude form data into excerpts, on the site WordPress.org Forums:
Does this slightly wider version work? add_filter( 'relevanssi_post_content', 'rlv_remove_menu' ); add_filter( 'relevanssi_excerpt_content', 'rlv_remove_menu' ); function…2 weeks ago
-
Posted a reply to Highlight showing html code, on the site WordPress.org Forums:
No, strip_tags() isn't the problem, because the tags are not stripped, they're escaped. Also, Relevanssi…2 weeks ago
-
Posted a reply to Highlight showing html code, on the site WordPress.org Forums:
You can try replacing <?php echo wp_kses_post( $excerpt ); ?> with <?php the_excerpt(); ?>2 weeks ago
-
Posted a reply to Highlighting shows HTML code, on the site WordPress.org Forums:
Try add_filter( 'relevanssi_entities_inside_code’, '__return_false' ); instead. If it doesn’t work, disable the highlighting feature.2 weeks ago
-
Posted a reply to Highlighting shows HTML code, on the site WordPress.org Forums:
Add this to your theme functions.php: add_filter( 'relevanssi_entities_inside_pre', '__return_false' ); This will prevent Relevanssi from…2 weeks ago
-
Posted a reply to Highlight showing html code, on the site WordPress.org Forums:
What is your theme doing to print out the excerpt in the search results template?…2 weeks ago
-
Posted a reply to Having issues with searching SKUs, on the site WordPress.org Forums:
It's the "500", the default setting in Relevanssi is to replace dashes with spaces (since…2 weeks ago
-
Posted a reply to Having issues with searching SKUs, on the site WordPress.org Forums:
Now it seems to work? I tried searching for "0980-500" and got the right marker…2 weeks ago
-
Posted a reply to WPML language index, on the site WordPress.org Forums:
That filter indexes the parent category name, as provided by get_term(). It's quite possible that…2 weeks ago
-
Posted a reply to WPML language index, on the site WordPress.org Forums:
If you want posts from all languages, switch the setting so that posts from all…2 weeks ago
-
Posted a reply to Having issues with searching SKUs, on the site WordPress.org Forums:
Then it seems your search may not be using Relevanssi. Are you using any other…2 weeks ago
-
Posted a reply to Include image Title, Caption, and Description in the search result, on the site WordPress.org Forums:
I tried doing some searches on your site, and they seem to work just fine.…2 weeks ago
-
Posted a reply to Build index automatically, on the site WordPress.org Forums:
Relevanssi automatically indexes new posts whenever they are added. How are you adding the content?…2 weeks ago
-
Posted a reply to WPML language index, on the site WordPress.org Forums:
Relevanssi always indexes all languages. How have you set up WPML searching in Relevanssi settings?…2 weeks ago
-
Posted a reply to I’m really impressed, on the site WordPress.org Forums:
Thanks!2 weeks ago
-
Posted a reply to Having issues with searching SKUs, on the site WordPress.org Forums:
Does it work if you search with the Relevanssi admin search (Dashboard > Admin search)?2 weeks ago
-
Posted a reply to Exclude form data into excerpts, on the site WordPress.org Forums:
See "Avoiding indexing menus" on https://www.relevanssi.com/knowledge-base/divi-page-builder-and-cleaner-excerpts/2 weeks ago
-
Posted a reply to Having issues with searching SKUs, on the site WordPress.org Forums:
Is that a product variation SKU? If you want to index variation SKUs for the…2 weeks ago
-
Posted a reply to [Relevanssi - A Better Search] Bot searches in the user searches, on the site WordPress.org Forums:
That’s bot traffic, sure, and I’ve seen that particular one often enough that I think…3 weeks ago
-
Posted a reply to Broken search when Relevanssi enabled, on the site WordPress.org Forums:
Yes, you can use relevanssi_do_query() at that point. But if you're using relevanssi_do_query() like that,…3 weeks ago
-
Posted a reply to Relevanssi_log has grown a lot, on the site WordPress.org Forums:
That's not the Relevanssi index, that's the search log, and the size of the search…3 weeks ago
-
Posted a reply to Broken search when Relevanssi enabled, on the site WordPress.org Forums:
That is correct. Relevanssi disables the default search query with the WHERE 1=2, because there's…3 weeks ago
-
Posted a reply to new WP_Query() makes Relevanssi return no results, on the site WordPress.org Forums:
Yes. I'd rewrite the whole thing to do just one search query to save time…3 weeks ago
-
Posted a reply to Inconsistent search snippets with Sensei and Gutenberg, on the site WordPress.org Forums:
You can use the relevanssi_pre_excerpt_content filter hook to check the post content before Relevanssi builds…4 weeks ago
Developer
-
Mahjong Tiles
Active Installs: Less than 10
-
Relevanssi - A Better Search
Active Installs: 100,000+
-
Relevanssi Light
Active Installs: 70+
Plugins
Suomi (Finnish) Plugins Translation Editor - #fi
-
AMP
Active Installs: 500,000+
-
Autoptimize
Active Installs: 1+ million
-
Better Recent Comments
Active Installs: 3,000+
-
Mail On Update
Active Installs: 3,000+
-
NoSpamNX
Active Installs: 10,000+
-
Relevanssi – A Better Search
Active Installs: 100,000+
-
TablePress
Active Installs: 800,000+
-
WordPress RSS Feed Retriever
Active Installs: 10,000+