Mikko Saari
@msaari on WordPress.org and Slack
- Member Since: June 9th, 2008
- Location: Tampere, Finland
- Website: relevanssi.com
- Job Title: CEO
- Employer: Painava sana oy
Bio
Contribution History
Mikko Saari’s badges:- Core Contributor
- Plugin Developer
- Support Contributor
- Support Team
- Translation Contributor
- Translation Editor
- WordCamp Speaker
-
Posted a reply to relevanssi_light_fulltext index missing, on the site WordPress.org Forums:
The column should remain empty, unless you specifically add something to it. Having the FULLTEXT…2 days ago
-
Posted a reply to Weights proplem, on the site WordPress.org Forums:
With this code, Relevanssi checks each match it finds (ie. when a search term matches…3 days ago
-
Posted a reply to RELEVANSSI SEARCH RESULTS PAGE, on the site WordPress.org Forums:
I don't think you can run both Ivory Search and Relevanssi at the same time…3 days ago
-
Posted a reply to Weights proplem, on the site WordPress.org Forums:
When fixing weights, it's best to use the Relevanssi admin search (Dashboard > Admin search).…3 days ago
-
Posted a reply to relevanssi_light_fulltext index missing, on the site WordPress.org Forums:
Ok, so if the setting is set to done, that means Relevanssi Light has at…3 days ago
-
Posted a reply to relevanssi_light_fulltext index missing, on the site WordPress.org Forums:
If there are no Relevanssi Light options in the database, then there's some problem in…3 days ago
-
Posted a reply to relevanssi_light_fulltext index missing, on the site WordPress.org Forums:
The different database prefix is not a problem, Relevanssi Light uses the prefix your site…3 days ago
-
Posted a reply to look for related terms, on the site WordPress.org Forums:
For Relevanssi it does not matter, Relevanssi indexing and phrase matching will work just as…4 days ago
-
Posted a reply to look for related terms, on the site WordPress.org Forums:
Ok, I changed my mind: with 2000 entries, you do need to do this in…4 days ago
-
Posted a reply to look for related terms, on the site WordPress.org Forums:
If you're looking for the manual searching fix, that requires PHP code and having a…4 days ago
-
Posted a reply to look for related terms, on the site WordPress.org Forums:
Synonyms can use phrases, but only on one end. This does not work: "stomach pain"="abdominal…4 days ago
-
Posted a reply to look for related terms, on the site WordPress.org Forums:
No, this does not work with phrases. Now what happens is that if you search…4 days ago
-
Posted a reply to look for related terms, on the site WordPress.org Forums:
Couple of approaches really: - You can do this in indexing, so that all posts…4 days ago
-
Posted a reply to Missing results if they share the same keyword, on the site WordPress.org Forums:
Make sure "Keyword matching" is set to "Partial words" and not "Partial words if no…5 days ago
-
Posted a reply to custom fields, on the site WordPress.org Forums:
Yes: add_filter( 'relevanssi_results', 'rlv_exact_boost' ); function rlv_exact_boost( $results ) { $query = strtolower( get_search_query() );…5 days ago
-
Posted a reply to No Search Results With Impreza 7.11 and WordPress 5.7, on the site WordPress.org Forums:
So if you remove the apply_filters() from that line, you get all the results returned…5 days ago
-
Posted a reply to custom fields, on the site WordPress.org Forums:
Try adding this to your theme functions.php: add_filter( 'relevanssi_results', 'rlv_exact_boost' ); function rlv_exact_boost( $results )…6 days ago
-
Posted a reply to custom fields, on the site WordPress.org Forums:
Let's see if I can understand. Tell me if I go wrong at some point:…6 days ago
-
Posted a reply to Relevanssi interfering with WP media gallery search, on the site WordPress.org Forums:
Ah, I see. I was wondering what's wrong as the search seemed to work just…6 days ago
-
Posted a reply to Placing Relevanssi in secondary nav using Divi theme, on the site WordPress.org Forums:
This is something you should probably ask on Divi support forums. Relevanssi doesn't really have…6 days ago
-
Posted a reply to Other Search Plugin, on the site WordPress.org Forums:
You can run Relevanssi queries anywhere with relevanssi_do_query(). If you need more help, you need…1 week ago
-
Posted a reply to Partial searches not working, on the site WordPress.org Forums:
Hmm, I noticed I still have Flatsome 3.6.2 on my computer and I tried the…1 week ago
-
Posted a reply to Partial searches not working, on the site WordPress.org Forums:
Unfortunately their documentation doesn't really tell what those filters filter 🤷🏻♂️ Fortunately someone has posted…1 week ago
-
Posted a reply to Partial searches not working, on the site WordPress.org Forums:
The built-in ajax live searches often don't work with Relevanssi. It depends on the theme…1 week ago
-
Posted a reply to Partial searches not working, on the site WordPress.org Forums:
Does the Relevanssi admin search (Dashboard > Admin search) find products based on partial SKU?…1 week ago
-
Posted a reply to Using ACF better search result page missing terms, on the site WordPress.org Forums:
That's really up to your theme, but make sure "Use custom field content for building…2 weeks ago
-
Posted a reply to Suggestion to make Relevanssi-results more relevant, on the site WordPress.org Forums:
For starters, Relevanssi has been in development over a decade and is based on industry…2 weeks ago
-
Posted a reply to No Search Results With Impreza 7.11 and WordPress 5.7, on the site WordPress.org Forums:
That query looks fine and if it returns over 400 rows, the search should return…2 weeks ago
-
Posted a reply to variation proplem, on the site WordPress.org Forums:
Yes, WooCommerce themes in general only include products in the search. It is possible to…2 weeks ago
-
Posted a reply to Relevanssi not doing live search on my theme, on the site WordPress.org Forums:
The theme is not using Relevanssi in the live search. If the theme is well…2 weeks ago
-
Posted a reply to variation proplem, on the site WordPress.org Forums:
What have you done so far to include the variations? By default, Relevanssi does nothing…2 weeks ago
-
Posted a reply to How to make “Relevanssi Light” work?, on the site WordPress.org Forums:
The indexing in Relevanssi Light is fully automatic and is done by your database server;…2 weeks ago
-
Posted a reply to Change default order to Price: high to low, on the site WordPress.org Forums:
When I look at the products with the highest price for the search "card box",…2 weeks ago
-
Posted a reply to API for my custom search?, on the site WordPress.org Forums:
You can also just set Relevanssi to index only the custom fields you want from…2 weeks ago
-
Posted a reply to API for my custom search?, on the site WordPress.org Forums:
Well, if you're just querying the meta data there, there's no reason to involve Relevanssi…2 weeks ago
-
Posted a reply to API for my custom search?, on the site WordPress.org Forums:
What's the PHP code that runs your search? There's no code examples, but it's really…2 weeks ago
-
Posted a reply to API for my custom search?, on the site WordPress.org Forums:
Please elaborate. What exactly you want to capture? How are the ajax suggestions generated? If…2 weeks ago
-
Posted a reply to No Search Results With Impreza 7.11 and WordPress 5.7, on the site WordPress.org Forums:
What are the queries for relevanssi_search()? There should be two queries for relevanssi_search(), one that…2 weeks ago
-
Posted a reply to Change default order to Price: high to low, on the site WordPress.org Forums:
Actually, forget all this code. There's an easier approach to this. Can you adjust the…2 weeks ago
-
Posted a reply to Change default order to Price: high to low, on the site WordPress.org Forums:
These functions should not affect this, but it's good to know you're using the second…2 weeks ago
-
Posted a reply to Change default order to Price: high to low, on the site WordPress.org Forums:
Ah, indeed, that would always override it... (but so does your initial function, actually). add_action(…2 weeks ago
-
Posted a reply to Excluded categories showing, on the site WordPress.org Forums:
18%2C1 is 18,1, so it's categories 18 and 1. 18 doesn't seem to match anything…2 weeks ago
-
Posted a reply to No Search Results With Impreza 7.11 and WordPress 5.7, on the site WordPress.org Forums:
If you use Query Monitor, do you see anything from Relevanssi? If you set the…2 weeks ago
-
Posted a reply to Change default order to Price: high to low, on the site WordPress.org Forums:
Ah, good point – your theme doesn't notice the change if it's done like that.…2 weeks ago
-
Posted a reply to Change default order to Price: high to low, on the site WordPress.org Forums:
You're close. add_filter( 'relevanssi_orderby', 'woocommerce_relevanssi_order' ); function woocommerce_relevanssi_order( $orderby ) { $orderby = array( 'price'…2 weeks ago
-
Posted a reply to Searching Tags with Divi, on the site WordPress.org Forums:
I don't know Divi very well, so the problems with Divi templates are something you…2 weeks ago
-
Posted a reply to Searching Tags with Divi, on the site WordPress.org Forums:
Ok, so if the admin search doesn't find anythign either, this is an indexing problem.…2 weeks ago
-
Posted a reply to Searching Tags with Divi, on the site WordPress.org Forums:
Yes, that should work. Does searching for "azul" work if you try it in the…2 weeks ago
-
Posted a reply to Can It Do This, on the site WordPress.org Forums:
It depends on how much you want a free text search (which is what Relevanssi…2 weeks ago
-
Posted a reply to WooCommerce Product Tabs content indexing, on the site WordPress.org Forums:
Is it possible there isn't any posts with those three words? Is the "Fallback to…2 weeks ago
Developer
-
Mahjong Tiles
Active Installs: Less than 10
-
Relevanssi - A Better Search
Active Installs: 100,000+
-
Relevanssi Light
Active Installs: 200+
Plugins
Suomi (Finnish) Plugins Translation Editor - #fi
-
AMP
Active Installs: 500,000+
-
Autoptimize
Active Installs: 1+ million
-
Better Recent Comments
Active Installs: 4,000+
-
Mail On Update
Active Installs: 2,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+