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 Regarding taxonomic exclusion, on the site WordPress.org Forums:
For multiple terms, do it like this: add_filter( 'relevanssi_do_not_index', 'rlv_index_filter', 10, 2 ); function rlv_index_filter(…12 hours ago
-
Posted a reply to Problem with Data Tables Generator by Supsystic, on the site WordPress.org Forums:
In that case I would suggest that your site search is not actually using Relevanssi.…2 days ago
-
Posted a reply to Problem with Data Tables Generator by Supsystic, on the site WordPress.org Forums:
I tried installing Data Tables on my test site and it works fine. Is Relevanssi…2 days ago
-
Posted a reply to Problem with Data Tables Generator by Supsystic, on the site WordPress.org Forums:
Please elaborate. What exactly is the problem? What should happen, what happens instead? How can…2 days ago
-
Posted a reply to Limit search to one page?, on the site WordPress.org Forums:
Relevanssi works with the default WP search bar, but you can also add new search…3 days ago
-
Posted a reply to Limit search to one page?, on the site WordPress.org Forums:
Absolutely: for searching on the current page, nothing beats the browser on-page search. I don’t…3 days ago
-
Posted a reply to Limit search to one page?, on the site WordPress.org Forums:
The best tool for a search like this is actually the browser on-page search. There's…3 days ago
-
Posted a reply to double stats on user searches, on the site WordPress.org Forums:
It doesn't seem to be making any queries there, so the extra queries are coming…3 days ago
-
Posted a reply to Backend not updating, on the site WordPress.org Forums:
Search & Filter Pro is compatible with Relevanssi, and as far as I can tell,…3 days ago
-
Posted a reply to Results displayed for partial word query, but not for the full one, on the site WordPress.org Forums:
"eight" is a stopword; remove it from the list of stopwords and rebuild the index.3 days ago
-
Posted a reply to double stats on user searches, on the site WordPress.org Forums:
That's not the complete search.php, right? Anything else before that?4 days ago
-
Posted a reply to Backend not updating, on the site WordPress.org Forums:
Is this related to the search somehow or not? I'm not sure from your description.…4 days ago
-
Posted a reply to Relevanssi & Essential Grid, on the site WordPress.org Forums:
Essential Grid is a premium product, so I don't know what it does and they…4 days ago
-
Posted a reply to double stats on user searches, on the site WordPress.org Forums:
If each query is logged twice, that means they're like done twice. Does your search…4 days ago
-
Posted a reply to Search results not in order, on the site WordPress.org Forums:
Your posts are in descending date order. If you order them by relevance (try adding…5 days ago
-
Posted a reply to Relevanssi and woocommerce, on the site WordPress.org Forums:
Settings > Relevanssi > Indexing > Advanced indexing > Hyphens and dashes, set this to…6 days ago
-
Posted a reply to Expand shortcodes in acf field, on the site WordPress.org Forums:
Yes, that function does exactly that, so you don't have to do it manually. Just…7 days ago
-
Posted a reply to Expand shortcodes in acf field, on the site WordPress.org Forums:
With TablePress in particular it's difficult enough that I'd just use the relevanssi_content_to_index filter hook…7 days ago
-
Posted a reply to “Exact phrase” search terms are not searching taxonomies, on the site WordPress.org Forums:
Ok, so based on that Relevanssi is looking for the phrase in the people_position taxonomy.…1 week ago
-
Posted a reply to “Exact phrase” search terms are not searching taxonomies, on the site WordPress.org Forums:
Relevanssi phrase matching should apply to taxonomy names for taxonomies that are set to be…1 week ago
-
Posted a reply to PHP Fatal error when Expand shortcodes is enabled, on the site WordPress.org Forums:
It's fixed, but the fix hasn't been released. Next release is coming in August, I…1 week ago
-
Posted a reply to Display partials after whole words in results, on the site WordPress.org Forums:
Exact match bonus doesn't help here, because it just looks at the post title and…1 week ago
-
Posted a reply to Post are being wrongfully excluded from indexing, on the site WordPress.org Forums:
Well, I suggested that in my first reply, and you said no, it can't be…1 week ago
-
Posted a reply to Excluding page builder code from search, on the site WordPress.org Forums:
What does that element look like in the post content? Shortcodes, I guess? Relevanssi cleans…1 week ago
-
Posted a reply to Post are being wrongfully excluded from indexing, on the site WordPress.org Forums:
I'd push the indexing code full of debugging checks to see why the posts are…1 week ago
-
Posted a reply to WooCommerce Product Table and Relevanssi, on the site WordPress.org Forums:
If Relevanssi finds the posts without problems, but WooCommerce Product Table doesn't show them, then…1 week ago
-
Posted a reply to WooCommerce Product Table and Relevanssi, on the site WordPress.org Forums:
Please can you show me an example of an actual search that fails to get…1 week ago
-
Posted a reply to WooCommerce Product Table and Relevanssi, on the site WordPress.org Forums:
Can you show me an example of a search that doesn't work as expected? How…1 week ago
-
Posted a reply to Restrict search for hidden and private forums, on the site WordPress.org Forums:
If the access restrictions are done in a way that Relevanssi understand (like using WP…1 week ago
-
Posted a reply to Limit search to page hierarchy (search current and children), on the site WordPress.org Forums:
Yes: [searchform post_parent="4"] would create a searchform that only searches within page 4 and it's…2 weeks ago
-
Posted a reply to Would Pro version work with media manager plugins, on the site WordPress.org Forums:
I'm not allowed to discuss this here, please send me an email on Relevanssi.com contact…2 weeks ago
-
Posted a reply to Why is it marked WP 5.3?, on the site WordPress.org Forums:
Because it's only tested with WP 5.3+. It probably works with older versions as well,…2 weeks ago
-
Committed [2341949] to Plugins Trac:
WP requirement to 5.02 weeks ago
-
Posted a reply to Post are being wrongfully excluded from indexing, on the site WordPress.org Forums:
If it’s Yoast SEO, Relevanssi would mention Yoast SEO as the reason in the custom…2 weeks ago
-
Posted a reply to Post are being wrongfully excluded from indexing, on the site WordPress.org Forums:
I don't know, looks like the indexing works fine for individual posts based on the…2 weeks ago
-
Posted a reply to Post are being wrongfully excluded from indexing, on the site WordPress.org Forums:
Have you tried disabling other plugins?2 weeks ago
-
Posted a reply to Relevanssii slows down the creation of records, on the site WordPress.org Forums:
How are you mass creating the new posts? That is indeed the only hook Relevanssi…2 weeks ago
-
Posted a reply to Post are being wrongfully excluded from indexing, on the site WordPress.org Forums:
What happens if instead of bulk saving, you just go update one post, then directly…2 weeks ago
-
Posted a reply to Post are being wrongfully excluded from indexing, on the site WordPress.org Forums:
Are the posts indexed when you save them? If you go to edit a post…2 weeks ago
-
Posted a reply to Unable to get excerpt to show up using twig, on the site WordPress.org Forums:
I’m sorry, I can’t help, I don’t understand Twig at all. Looks like {{result.preview.length(25)}} might…2 weeks ago
-
Posted a reply to Search for Properties ID, on the site WordPress.org Forums:
That’s the post ID, right? Relevanssi doesn’t index the post ID by default. Here’s how…2 weeks ago
-
Posted a reply to Post are being wrongfully excluded from indexing, on the site WordPress.org Forums:
Do you have any filter functions in use that could explain this? Any SEO plugins…2 weeks ago
-
Posted a reply to Search for Properties ID, on the site WordPress.org Forums:
That setting has nothing to do with this. Try searching with the Relevanssi admin search,…2 weeks ago
-
Posted a reply to How to index ACF field?, on the site WordPress.org Forums:
Have you tried the Relevanssi admin search (Dashboard > Admin search)? If you haven’t, give…2 weeks ago
-
Posted a reply to Search for Properties ID, on the site WordPress.org Forums:
Have you tried using the Relevanssi aadmin search (Dashboard > Admin search)? Does that work?…2 weeks ago
-
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…3 weeks 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).…3 weeks 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…3 weeks ago
-
Posted a reply to Relevanssi NOT WORKING, on the site WordPress.org Forums:
Go to Settings > Relevanssi > Indexing and click "Build the index".3 weeks 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…3 weeks ago
Developer
-
Mahjong Tiles
Active Installs: Less than 10
-
Relevanssi - A Better Search
Active Installs: 100,000+
-
Relevanssi Light
Active Installs: 90+
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+