• WordPress について
    • WordPress について
    • WordPress.org
    • ドキュメンテーション
    • サポート
    • フィードバック
  • ログイン
  • 登録
コンテンツへスキップ

WordPress.org

日本語

  • ホーム
  • プラグイン
  • テーマ
  • ドキュメンテーション
  • サポートフォーラム
  • ニュース
  • 参加・貢献
  • このサイトについて
  • WordPress を入手

プラグイン

  • お気に入り
  • ベータテスト
  • 開発者
ダウンロード

WP Extended Search

作者: 5um17
  • 詳細
  • レビュー
  • インストール
  • サポート
  • 開発

説明

WP Extended Search is a lightweight and powerful search plugin.

With this plugin you can customize WordPress search to search in Post Meta, Author names, Categories, Tags, or Custom Taxonomies via admin settings. You can control the default behavior of WordPress to search in the post title, post content, and post excerpt.

Apart from customizing default search behavior, you can create multiple search settings, and then you can assign these settings to custom search forms.
For custom search forms, you have the option to choose from a widget, shortcode, PHP function, or HTML.

機能について

  • Search in selected meta keys
  • Search in category, tags or custom taxonomies
  • Search in the post author name
  • Include or exclude any public post type
  • Control whether to search in title or content or excerpt or all
  • Compatible with WooCommerce. Search in product SKU, Attributes, and custom fields, etc.
  • Create unlimited search settings to use with custom search forms.
  • Add search forms using a widget, shortcode or PHP function. Also works with custom searchform.php
  • Exclude old content from search results (Older than admin specified date)
  • Customize the number of posts to display on the search results page
  • Customize SQL relation (AND/OR) between search terms
  • Customize order of search results
  • Control whether to match search query exactly or partially
  • Translation ready
  • Compatible with WPML

Links

  • Complete documentation
  • GitHub repository

スクリーンショット

  • WP Extented Search settings page
  • Add/Delete Settings
  • Edit setting name

インストール

  • Install WP Extended Search from the ‘Plugins’ section in your dashboard (Plugins > Add New > Search for ‘WP Extended Search’).
    Or
    Download WP Extended Search and upload it to your webserver via your FTP application. The WordPress codex contains instructions on how to do this here.
  • Activate the plugin and navigate to (Settings > Extended Search) to choose your desired search settings.

FAQ

Is it compatible with WooCommerce?

Yes, It is. When WooCommerce is active you will see a new checkbox in setting “Optimize for Products Search” select it and then the search results will use the default WooCommerce template or the template from your theme.

How can I add a search form?

You can use the Widget, Shortcode, and PHP function to display the search form. Also, you can add a hidden HTML field to your existing searchform.php template.

Can I use my default search form widget?

Yes, you can. You can modify the global setting to alter the results from the default search form. An extra search form is needed only when you would like to have more than one search criteria on the site.

Can I use this plugin just to add a specific search form to my site and leave the WordPress default search as it is?

Yes, you can. Go to the Search Settings and select Global in setting name, there you will see a button to disable the global search.
As global search is disabled now you can add a new search form with specific search criteria.

How can I customize the search form?

You can add custom CSS to the theme to style the search form. Or you can set CSS classes in the widget, shortcode, and PHP function.
Also, you can add a complete custom template for each search setting in the theme.

評価

Nice plugin [and works with Crocoblock’s]

chalo1993 2021年1月5日
Excellent work with this plugin! Light, fast and highly customizable. The version 2.0.1 of WPES it's compatible with Crocoblock's JetEngine [2.6.2] custom post metafields, and the live ajax refresh of Listing Grids through the Search Filter widget from JetSmartFilters [2.1.0], that uses the native WordPress search option — All of that after a very little tweak on the "class-wpes-admin" document on this plugin! All my custom fields from JetEngine starts with a "_": _ubicacion (_location), _nombre-autor-a (_author-name), _contenidos (_contents), etc. (7 more). So, when the document "class-wpes-admin" from WPES says: $wp_es_fields = $wpdb->get_results( apply_filters( 'wpes_meta_keys_query', "select DISTINCT meta_key from $wpdb->postmeta where meta_key NOT LIKE '\_%' ORDER BY meta_key ASC" ) ); I just changed 1 character: "where meta_key NOT LIKE '\%'" [erased underscore]. It listed all the custom fields that I was looking for. On the downside, it also threw me a bunch of results (between 30-40 new checkboxes) that are present in the WordPress database (wp_postmeta). I had to select the corresponding fields using Ctrl + F for a faster search. After testing with others plugins, this was the only search plugin that let me accomplish the custom meta field ajax live filtering directly on the Listing Grids from JetEngine (and not only on Archives), without being overriden by the JetSmartFilters plugin (that forces a search only on titles if you select the "native wordpress search" option; if you select "by custom field", it only allows you to enter one meta key; no more than that). Sorry for the extension of this review. I didn't post this on support, because... There's no problem with your plugin. It's great! 😀 Greetings from Chile! PD. Sorry if my english is bad =).

how you did it ?

arsm 2020年12月22日
I do have over 12K posts to look through, that's true, but I was hopeless in seeing that my site took over 2 minutes to show results. With WPES results are showed in max 2 secs! A true life saver!

This plugin is fantastic!

lkrefski 2020年11月25日
I need a plugin that would search tags. I tried some other plugins and could not get them to work. Installed this one and selected search tags and it instantly worked. I would highly recommend this plugin.

All results show up now

marianolozano 2020年10月17日
Exactly what I was looking for. Simple, just install it and configure the settings, really easy. Before the search bar didn´t find almost anything, and now everything shows up. Perfect.

Search bar

blovable 2020年9月23日
I guys, i am not sure how to start using the search plugin since i do not see the search bar. So should i add it somehow to the admin site to the header or is it the search option on the left side menu?? Thank you.

great for front and back end!

jynk 2020年7月2日
Custom fields, taxonomies you name it. If its assigned to a post you will find it.
44件のレビューをすべて表示

貢献者と開発者

WP Extended Search はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者
  • Sumit Singh

“WP Extended Search” は3ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“WP Extended Search” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログを RSS で購読してみてください。

変更履歴

2.0.1 – 2020-12-18

  • Fixed errors in dashboard for non-admin users.

2.0 – 2020-12-11

Upgrade Notice
2.0 went through code refactoring and major feature updates. Please make a complete site backup before upgrading.

  • Added new feature to add multiple search settings.
  • Added WooCommerce product search support.
  • Complete code refactoring.

1.3.1 – 2020-07-25

  • Fixed issue with ACF relationship post field admin search.
  • Fixed issue with Elementor admin search.
  • Added support for new query variable disable_wpes to disable WPES search.

1.3 – 2019-10-21

  • Fixed media search issue
  • Fixed conflict with search when adding new menu item in backend
  • Added setting link in plugin action links
  • Added feature to modify search results order
  • Added feature to match search query exactly or partially

1.2 – 2018-08-17

  • Fixed bbPress forum posts dissappear
  • Fixed issue with Ajax calls
  • Added feature to control search in post excerpt
  • Added compatibility with WPML
  • Added new filter wp_es_terms_relation_type
  • Updated wpes_posts_search filter. Now you can access $wp_query object as a second argument

1.1.2 – 2016-06-06

  • Fixed media library search is not working when plugin is active. Thanks @gazettco
  • Fixed escaping issue in SQL query. Thanks again @brurez
  • Dropped support of WP version older than 4.0

1.1.1 – 2016-01-26

  • Added feature to support Ajax calls
  • Fixed text domain issue
  • Fixed suppress_filters issue. Thanks @brurez

1.1 – 2015-06-21

  • Added feature to search in post author name
  • Added feature to customize number of posts per search results page
  • Added feature to control SQL query relation between search terms
  • Added new filters in settings wpes_meta_keys, wpes_tax and wpes_post_types

1.0.2 – 2015-01-11

  • Added support for post_type parameter in URL
  • Exclude old content from search results

1.0.1 – 2014-10-03

  • Fixed taxonomy table join issue
  • Added new filters wpes_meta_keys_query, wpes_tax_args, wpes_post_types_args, wpes_enabled, wpes_posts_search
  • Internationalized plugin.

1.0 – 2014-09-14

  • First Release

メタ

  • バージョン: 2.0.1
  • 最終更新日: 2か月前
  • 有効インストール数: 20,000+
  • WordPress バージョン: 4.0またはそれ以降
  • 検証済み最新バージョン: 5.6.2
  • PHP バージョン: 7.0またはそれ以降
  • 言語:

    Arabic、Chinese (Taiwan)、Dutch、English (US).

    プラグインを翻訳

  • タグ:
    advance searchcategory searchpostmetasearchtaxonomy
  • 詳細を表示

評価

すべて表示
  • 5つ星 43
  • 4つ星 0
  • 3つ星 0
  • 2つ星 1
  • 1つ星 0
レビューを申請するにはログインしてください。

貢献者

  • Sumit Singh

サポート

過去2ヶ月以内に解決した問題:

15 / 21

サポートフォーラムを表示

  • WordPress について
  • ブログ
  • ホスティング
  • 寄付
  • サポート
  • 開発者の方へ
  • 参加・貢献
  • 学ぶ
  • ショーケース
  • プラグイン
  • テーマ
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • プライバシー
  • Public Code
  • @WordPress
  • WordPress

Code is Poetry.