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 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…3 hours 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…6 hours 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…16 hours 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(); ?>1 day 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.1 day 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…1 day 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 days 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…3 days 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…3 days 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…3 days 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…3 days 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…3 days 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.…3 days 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?…3 days 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?…3 days ago
-
Posted a reply to I’m really impressed, on the site WordPress.org Forums:
Thanks!3 days 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)?3 days 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/3 days 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…3 days 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…6 days 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,…6 days 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…6 days 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…6 days 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…2 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…2 weeks ago
-
Posted a reply to Search in custom directory plugin, on the site WordPress.org Forums:
It depends on the directory plugin. If the directory plugin uses a custom post type…2 weeks ago
-
Posted a reply to Filter custom post type from appearing in global WordPress search results, on the site WordPress.org Forums:
Try changing -ecp-qa-entry to a list of post types you want to include. If you…2 weeks ago
-
Posted a reply to Filter custom post type from appearing in global WordPress search results, on the site WordPress.org Forums:
Yes. The best solution is probably to set a default post type setting that excludes…2 weeks ago
-
Posted a reply to Problem Search criteria after a search, on the site WordPress.org Forums:
Well, it doesn't get much more complicated. Instead of setting always the same filters, you…2 weeks ago
-
Posted a reply to Problem Search criteria after a search, on the site WordPress.org Forums:
Are the search filters always the same, or should they depend on the search that…2 weeks ago
-
Posted a reply to Code shown at frontpage, on the site WordPress.org Forums:
Sorry, but you should probably be asking about this either on Betheme or wpForms Light…2 weeks ago
-
Posted a reply to searching for uk post codes (replace spaces with dashes in search input field), on the site WordPress.org Forums:
Where is the "display-always" contained? In a custom field, in a taxonomy or where? Anyway,…2 weeks ago
-
Posted a reply to searching for uk post codes (replace spaces with dashes in search input field), on the site WordPress.org Forums:
You can use the relevanssi_hits_filter filter hook to add posts to search results. It gives…2 weeks ago
-
Posted a reply to All In One WP Security lisäosa estää tuotekuvaston toimimisen, on the site Suomi Support Forums:
Palvelimen pitäisi blokkailla hyökkäykset ja huolehtia, että tietoturva on kunnossa. Tehtävän pitäisi siis olla palveluntarjoajasi…3 weeks ago
-
Posted a reply to Out-of-stock order, on the site WordPress.org Forums:
Yes. With Relevanssi, pretty much all questions about ordering the results can be answered "yes",…3 weeks ago
-
Posted a reply to Dangerous, do not use, on the site WordPress.org Forums:
Server crashes may be a bit of hyperbole, but still, using this plugin in production…3 weeks ago
-
Posted a reply to Editing Search Result Page, on the site WordPress.org Forums:
Sure, but Relevanssi has nothing to do with it, Divi is responsible for the search…3 weeks ago
-
Posted a reply to Search not finding TablePress content, on the site WordPress.org Forums:
Sure. All I know of Oxygen is that it goes pretty far from regular WordPress…3 weeks ago
-
Posted a reply to Excluding specific pages, on the site WordPress.org Forums:
How can you find that page with a search? I tried searching for "curbside pickup"…3 weeks ago
-
Posted a reply to Excluding specific pages, on the site WordPress.org Forums:
No. If it's not a post, Relevanssi shouldn't index it in the first place: Relevanssi…3 weeks ago
-
Posted a reply to Search not finding TablePress content, on the site WordPress.org Forums:
Yes, that. The post_content is completely empty there, so the post content is stored somewhere…3 weeks ago
-
Posted a reply to Excluding specific pages, on the site WordPress.org Forums:
In the free version, the post exclusion can be done from Relevanssi searching settings: at…3 weeks ago
-
Posted a reply to Can’t match topics search with only digits, on the site WordPress.org Forums:
Set the Relevanssi keyword matching setting to "partial matching".3 weeks ago
-
Posted a reply to Can’t match topics search with only digits, on the site WordPress.org Forums:
Did you find the instructions in the Relevanssi help menu?3 weeks ago
-
Posted a reply to Can’t match topics search with only digits, on the site WordPress.org Forums:
WHERE relevanssi.term = '45' is not good, WHERE relevanssi.term LIKE '%45%' is what you'd need.3 weeks ago
-
Posted a reply to Can’t match topics search with only digits, on the site WordPress.org Forums:
The problem is that Relevanssi doesn't search inside words. "L45H" can be found with "L45"…3 weeks ago
-
Posted a reply to Search not finding TablePress content, on the site WordPress.org Forums:
Can you show me how that post looks like in the wp_posts database table?3 weeks ago
-
Posted a reply to Search not finding TablePress content, on the site WordPress.org Forums:
Likely yes. Are the shortcodes contained in post content, or in custom fields?3 weeks ago
-
Posted a reply to Pages with Ninja Tables not showing in Search Results, on the site WordPress.org Forums:
Very good, thanks!3 weeks ago
-
Posted a reply to Pages with Ninja Tables not showing in Search Results, on the site WordPress.org Forums:
Thanks. I'll have to see how to integrate this in to the built-in Ninja Tables…3 weeks ago
Developer
-
Mahjong Tiles
Active Installs: Less than 10
-
Relevanssi - A Better Search
Active Installs: 100,000+
-
Relevanssi Light
Active Installs: 50+
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: 9,000+