Forum Replies Created
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
I hope you are well today, and thank you for your question.
The Ivory Search plugin supports PHP version 5.2.4 or higher.
It supports all the latest PHP versions so you don’t have to worry about it.
Could you please share me the screenshot of the screen where you get Compatibility Checker warning message so I can help you?
Best regards,
Ivory Search SupportThe issue is resolved in the latest released plugin version 5.5.12 so please update the plugin to the latest version on your website.
You have to develop custom code to add pages that don’t have the meta.
Sorry, currently there is no other option.
I hope you are well today, and thank you for your question.
The fuzzy matching only works for starting or ending missing characters.
Please try using synonyms as described below.
Best regards,
Ivory Search SupportPlease try using the below code and change the “meta_key_name” in the code.
function func_is_pre_get_posts( $query ){ $query->set( 'meta_key', 'meta_key_name' ); } add_action('is_pre_get_posts', 'func_is_pre_get_posts');September 12, 2025 at 5:50 PM in reply to: Replacing default WordPress searchform on results page #25998Hi André,
I hope you are well today, and thank you for your question.
You can control the functionality of the default search form from the path below.
Admin Area -> Ivory Search -> Search Forms -> Default Search Form
Best regards,
Ivory Search SupportCould you please tell me where you have used the below code on your website?
You have to change the “meta_key_name” in the above code.
I logged into your website, and it seems the meta_value_num option is changing the search order as shown in the attached screenshots.
Please note that the sorting will be alphabetical which is fine for strings (i.e. words), but can be unexpected for numbers (e.g. 1, 3, 34, 4, 56, 6, etc, rather than 1, 3, 4, 6, 34, 56 as you might naturally expect).
Attachments:
You must be logged in to view attached files.My IP address is as below.
IPv6: 2405:201:100f:f80d:3bda:f90e:a432:90c6
IPv4: 49.36.51.111- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login