Опис
Цей плагін був закритий з 24.04.2018, він більше не доступний для завантаження. Плагін був закритий назавжди. Причина: Запит автора.
Відгуки
14.11.2017
I try the plugin to search UTF-8 Japanese. But the result was unstable.
One word is ok, but another word return no result.
I checked the code, then found preg_split and “u” options not using.
—
— C:/temp/custom-fields-search.php-rev1549.svn000.tmp.php 火 11 14 15:22:31 2017
+++ D:/data/wordpress_customfieldsearch/custom-fields-search.php 火 11 14 15:26:46 2017
@@ -167,7 +167,7 @@
}
$user_request = esc_sql( trim( $wp_query->query_vars[‘s’] ) );
– $user_request_arr = preg_split( “/[\s,]+/”, $user_request ); /* The user’s regular expressions are used to separate array for the desired keywords */
+ $user_request_arr = preg_split( “/[\s,]+/u”, $user_request ); /* The user’s regular expressions are used to separate array for the desired keywords */
if ( ! empty( $cstmfldssrch_options[‘fields’] ) ) {
$cusfields_sql_request = “‘” . implode( “‘, ‘”, $cstmfldssrch_options[‘fields’] ) . “‘”; /* forming a string with the list of meta_key, which user has selected */
05.03.2017
I couldn’t check each custome field
03.03.2017
yes
01.03.2017
very good
27.10.2016
1 reply
not working for me
03.09.2016
I have a lot of custom fields, not all needed to be searchable. With this plugin I was able to select which custom fields could be included in the search. Plugin is always kept up to date and I’ve never had any problems. Other search plugins slowed down my website while this one never has.
Учасники та розробники
“Custom Fields Search by BestWebSoft” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
Учасники“Custom Fields Search by BestWebSoft” було перекладено на 4 локалізації. Дякуємо перекладачам за їх роботу.
Перекладіть “Custom Fields Search by BestWebSoft” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.