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 Core Contributor
- Translation Contributor Translation Contributor
- Translation Editor Translation Editor
- WordCamp Speaker WordCamp Speaker
- Plugin Developer Plugin Developer
- 
										Posted a reply to relevantssi search not triggered, on the site WordPress.org Forums: 
 If it's stuck at "Searching...", is there perhaps an error in the browser Javascript console?20 hours ago 
- 
										Posted a reply to relevantssi search not triggered, on the site WordPress.org Forums: 
 If you try using the Relevanssi admin search (Dashboard > Admin search), does that get…2 days ago 
- 
										Posted a reply to Error in search results, on the site WordPress.org Forums: 
 That's not an error, that's Visual Composer shortcodes showing up. Relevanssi should remove Visual Composer…2 days ago 
- 
										Posted a reply to Editointi ja uusien aiheiden ja kommentien luonti ei toimi, on the site Suomi Support Forums: 
 Mä en oikeastaan ymmärrä, miksi REST APIn toimivuus Analyticsiä edes kiinnostaa, sen ei pitäisi sitä…3 days ago 
- 
										Posted a reply to Editointi ja uusien aiheiden ja kommentien luonti ei toimi, on the site Suomi Support Forums: 
 Voi hyvin olla, WP taitaa käyttää cURLia loopbackin tarkistamiseen.4 days ago 
- 
										Created a topic, Do not use this plugin, on the site WordPress.org Forums: 
 This plugin is not being developed (last update three …4 days ago 
- 
										Created a topic, Dangerous, do not use, on the site WordPress.org Forums: 
 Relevanssi author here. Please do not use this plugin …4 days ago 
- 
										Posted a reply to Working with two other plugins…, on the site WordPress.org Forums: 
 Correct – when a TablePress table changes, the post that has the table doesn't change, so…4 days ago 
- 
										Posted a reply to Editointi ja uusien aiheiden ja kommentien luonti ei toimi, on the site Suomi Support Forums: 
 Loopback-pyynnön toimimattomuus voi olla palvelimen asetuksistakin kiinni.5 days ago 
- 
										Posted a reply to Editointi ja uusien aiheiden ja kommentien luonti ei toimi, on the site Suomi Support Forums: 
 Jotakin olennaista sieltä nyt lähti. .htaccessissa on perusjutut tallella, ei pitäisi siitä olla kiinni. Löytyykö…6 days ago 
- 
										Posted a reply to Can’t find “Est” term ou “Die”, but can find “C15” or “col”, on the site WordPress.org Forums: 
 Check your stopwords. Both "die" and "est" are in the French default stopword list, while…6 days ago 
- 
										Posted a reply to Better exclusion of blocks, on the site WordPress.org Forums: 
 That's a very good suggestion. This is how I decided to solve this: https://github.com/msaari/relevanssi/commit/08745b05b7751d4f4d653e29a62ae1dbdec9db9c The…7 days ago 
- 
										Posted a reply to Tuotetunnus (SKU): Ei saatavilla/-tietoa, on the site Suomi Support Forums: 
 Kysäisepä Facebookista WordPress / WooCommerce / Suomi / Finland -ryhmästä, sieltä löytyy paremmin WooCommerce-osaamista kuin…1 week ago 
- 
										Posted a reply to Reusable block Admin search not working with Relevanssi?, on the site WordPress.org Forums: 
 First of all, please tell me more why you need to keep the admin search…1 week ago 
- 
										Posted a reply to replace certain character, on the site WordPress.org Forums: 
 No need to edit Relevanssi code. There's a filter hook for that: add_filter( 'relevanssi_punctuation_filter', 'rlv_character_equivalency'…2 weeks ago 
- 
										Posted a reply to Search queries starting with portale/php/, on the site WordPress.org Forums: 
 Yes, it's bot traffic, likely to URLs like /search/portale/php and so on. Possibly fishing for…2 weeks ago 
- 
										Committed [2258654] to Plugins Trac: 
 First commit2 weeks ago 
- 
										Posted a reply to Did you mean and polylang issue, on the site WordPress.org Forums: 
 Relevanssi has a filter hook for this. You can use the relevanssi_didyoumean_url filter hook to…2 weeks ago 
- 
										Posted a reply to Index custom fields without indexing content, on the site WordPress.org Forums: 
 You can use $post->ID with relevanssi_post_title_before_tokenize and avoid the extra function call, the relevant post…2 weeks ago 
- 
										Posted a reply to Index custom fields without indexing content, on the site WordPress.org Forums: 
 If you disable content indexing, relevanssi_content_to_index isn't run, because the content is not indexed. On…2 weeks ago 
- 
										Posted a reply to Not finding content, on the site WordPress.org Forums: 
 Ok, so there's zero actual content in the post, just shortcodes. If expanding shortcodes doesn't…2 weeks ago 
- 
										Posted a reply to Weight of categories, on the site WordPress.org Forums: 
 There's no simple way to adjust individual category weights. But you can do this: add_filter(…2 weeks ago 
- 
										Posted a reply to Smiley emoji prevents indexing, on the site WordPress.org Forums: 
 Yeah, that 1-character minimum word length is of course critical here (and there's rarely a…2 weeks ago 
- 
										Posted a reply to Not finding content, on the site WordPress.org Forums: 
 Can you please show me how the post content for that page appears in the…2 weeks ago 
- 
										Posted a reply to Weight of categories, on the site WordPress.org Forums: 
 Have you tried the Relevanssi admin search (Dashboard > Admin search)? It will show you…2 weeks ago 
- 
										Posted a reply to Smiley emoji prevents indexing, on the site WordPress.org Forums: 
 Which version of Relevanssi are you using? This should not happen, Relevanssi automatically encodes all…2 weeks ago 
- 
										Posted a reply to Page not found on some search pages on my search result, on the site WordPress.org Forums: 
 I think part of the problem is the fact you're doing the query on the…2 weeks ago 
- 
										Posted a reply to Page not found on some search pages on my search result, on the site WordPress.org Forums: 
 On the page two of the sophie query, what parameters the relevanssi_do_query() gets and does…3 weeks ago 
- 
										Posted a reply to Not finding content, on the site WordPress.org Forums: 
 Looks like Relevanssi can find that page, so the page itself is indexed. However, it…3 weeks ago 
- 
										Posted a reply to Index custom fields without indexing content, on the site WordPress.org Forums: 
 All you need is this: add_filter( 'relevanssi_index_content', '__return_false' ); Now no content is indexed. Then…3 weeks ago 
- 
										Posted a reply to Highlight attribute missing in results links, on the site WordPress.org Forums: 
 Since you're a Premium customer now, drop me a note on the Premium support form…3 weeks ago 
- 
										Posted a reply to Nothing found with search, it’s a theme issue, on the site WordPress.org Forums: 
 The indexing page says there are 0 documents in the index. Have you built the…3 weeks ago 
- 
										Posted a reply to Highlight attribute missing in results links, on the site WordPress.org Forums: 
 That's exactly the same as in the free version of Sydney that works on my…3 weeks ago 
- 
										Posted a reply to Ison pdf-tiedoston avaaminen toisesta sijainnista (ei omalta sivustolta), on the site Suomi Support Forums: 
 Toimii oikein notkeasti. Analytics ei itsestään osaa seurata tiedostojenlatauksia. Analyticsin seuranta perustuu sivujen latauksen yhteydessä…3 weeks ago 
- 
										Posted a reply to Nothing found with search, it’s a theme issue, on the site WordPress.org Forums: 
 Ok, two options here: either there's some problem with indexing, or the search weights have…3 weeks ago 
- 
										Posted a reply to Highlight attribute missing in results links, on the site WordPress.org Forums: 
 I tried the free version of Sydney and it added the highlight parameter without problems…3 weeks ago 
- 
										Posted a reply to Search not picking up B6, on the site WordPress.org Forums: 
 Adjust the minimum word length from 3 to 2 in the Advanced indexing settings and…3 weeks ago 
- 
										Posted a reply to Nothing found with search, it’s a theme issue, on the site WordPress.org Forums: 
 There's nothing wrong with the templates, the search templates are built in the right way.…3 weeks ago 
- 
										Posted a reply to Search Returned Results Are Not Matching Up, on the site WordPress.org Forums: 
 You can buy it here.3 weeks ago 
- 
										Posted a reply to Theme issue, only getting a single result, expect more, on the site WordPress.org Forums: 
 There are more results, your theme is just set to show one at the time.…3 weeks ago 
- 
										Posted a reply to PHP Warning, on the site WordPress.org Forums: 
 The problem is those backslashes. Everything else works just fine. The escaped backslashes become single…3 weeks ago 
- 
										Posted a reply to Search Returned Results Are Not Matching Up, on the site WordPress.org Forums: 
 If you search for "baseball", Relevanssi will return all posts that have the word "baseball"…3 weeks ago 
- 
										Posted a reply to Is possible to publish User searches in frontend?, on the site WordPress.org Forums: 
 It's possible, but not recommended. At least I wouldn't dare to allow user-generated content appear…3 weeks ago 
- 
										Posted a reply to Reaaliaikainen kerroinseurants, on the site Suomi Support Forums: 
 Tähän ei ole mitään yhtä selkeää vastausta. Kertoimet pitää saada vedonvälittäjältä, joten olepa yhteydessä sinne…3 weeks ago 
- 
										Posted a reply to Indexing is very slow, on the site WordPress.org Forums: 
 Premium might help, if your host has WP CLI available – that might be a…3 weeks ago 
- 
										Posted a reply to Search Returned Results Are Not Matching Up, on the site WordPress.org Forums: 
 Yes, Relevanssi looks for the search term everywhere in the posts, including the title, content,…3 weeks ago 
- 
										Posted a reply to Mistä suomenkielinen huutokauppa (auction) plugin, on the site Suomi Support Forums: 
 Eipä tässä taida olla oikopolkuja onneen, pitää vain valita noista mieluisin ja kääntää itse. Jos…3 weeks ago 
- 
										Posted a reply to Search Returned Results Are Not Matching Up, on the site WordPress.org Forums: 
 Have you made Relevanssi index the product category taxonomy? If not, make sure "product_category" is…3 weeks ago 
- 
										Posted a reply to Indexing is very slow, on the site WordPress.org Forums: 
 Does it help if you restart the indexing? Ie. stop the process, then click "Index…3 weeks ago 
- 
										Posted a reply to Search within a page, on the site WordPress.org Forums: 
 Technically yes, but it wouldn't make sense, as the results would be binary – either…3 weeks ago 
Developer
- 
										
											  Mahjong TilesActive Installs: Less than 10 
- 
										
											  Relevanssi - A Better SearchActive Installs: 100,000+ 
- 
										
											  Relevanssi LightActive Installs: Less than 10 



 
			