Search Regex

説明

Search Regex は、WordPress の投稿、固定ページ、独自の投稿種別、またほかの入力元に対する、強力な検索と置換の機能を追加します。これは WordPress に標準で内蔵されている検索機能を超えており、サイト内に保存されているほぼすべてのデータを検索し置換することができます。単純な検索に加えて、PHP の正規表現を自由に使うことができます。

次のようなことができます:
– あるドメインから別のドメインへのサイト移行を支援
– リンクと画像の URL を更新
– サイト全体の変更を実行

Search filters can be created to match any column of any WordPress table. For example:
– Find all posts in a category
– Find all post meta data without a post
– Find all posts in a date range

Search Regex は小規模サイトから大規模なサイトまで扱えます。

Search Regex has been tested with PHP from 7.0 to 8.3.

何を検索できますか?

以下を検索できます:
– 投稿
– 固定ページ
– 独自の投稿種別
– コメント (スパムを含む)
– ユーザー
– メタデータ
– WordPress 設定
– 対応プラ​​グイン (Redirection など)

完全な正規表現に対応しており、データを取り込んで置換時に再利用することができます。

Actions

A variety of actions can be performed on matching results:
– Modify and replace the result
– Delete the result
– Export to CSV and SQL
– Perform custom PHP action

Modify and Replace Data

Results can be individually modified by clicking on the item to change, and using the popup modifier.

Bulk modifications can be performed against all matching results.

The types of modification depend on the data being changed:
– Numbers can be added or subtracted to existing numbers
– Hours, days, weeks, and months, can be added to dates
– Tags and categories can be added, removed, and substitued

Custom shortcodes are supported that allow dynamic data to be included:
– Add the current date and time, in any format, to content
– Insert data from other columns. For example, insert the category into the title
– Transform existing data. For example, convert case, change underscores to dashes.

Example uses

Some ideas for potential uses:
– Delete all comments that match a phrase
– Add a category to all matching posts
– Remove orphaned meta data

開発サポート

バグ、パッチ、機能のリクエストは、ここから送信してください:

https://github.com/johngodley/search-regex

ここから翻訳に協力してください:

https://translate.wordpress.org/projects/wp-plugins/search-regex

Translations

Translations are provided by WordPress itself. You can update the translations by going to the Dashboard > Updates section of WP admin.

ドキュメント

完全なマニュアルなどは、Search Regex の公式サイトにあります。

スクリーンショット

  • 検索オプション
  • インライン検索と置き換え
  • インラインエディター

インストール

プラグインのインストールは簡単です

  1. ダウンロード search-regex.zip
  2. 解凍
  3. search-regex ディレクトリを /wp-content/plugins ディレクトリにアップロードしてください。
  4. プラグイン管理ページに移動し、プラグインを有効にします。
  5. ツール / Search Regex からオプションを設定できます。

プラグインのインストールの詳細については、プラグインのインストールページをご覧ください。

評価

2024年9月1日
An absolute must-have for people migrating huge data and having to correct loads of broken links. Does for free, with a quite powerful interface, what others promise to provide if you pay first.
2024年8月20日
For a plugin called SEARCH REGEX, maybe have REGEX enabled by default? For a title feature to be hidden in dropdown is a bit annoying. If someone is installing this, they clearly looked for REGEX eh? I’d suggest keeping REGEX enable/disable a separate setting that is always visible.
2023年12月11日
This is one of the worst plugins I have ever seen. It loves to silently delete your posts. All you have to do is touch that “Delete” link that spends most of its time invisible, hiding 10 pixels from the “View” link, and POOF! your post is gone. Forever. Not in the trash, not made private or draft, no, it is gone right out of the database table like it never existed. There is no warning, no confirmation, nothing. In fact, it happens so fast you will probably miss it. Much later, you will wonder what happened to all your posts – now you know. I finally had to hack the javascript and disable the delete function to make the plugin safe enough to use at all. But even after that, I found it had gotten me a second time, and I’m afraid I just don’t know how many more posts this plugin has eaten. There is no record, they are just gone. I finally disabled most of the user interface, as no part of it is safe – you can end up doing a lot of damage without even realizing it. Most of that is irrelevant junk anyway – why should a search-and-replace have built-in edit and delete functions anyway? This plugin actually does most of what it advertises, and pretty well, but if you are going to use it, be extremely careful. The user interface is generally clunky, vague and unhelpful, and you are left wondering what any operation might do. At one point, it deleted my entire database instead of replacing a string as it seemed to advertise. No warning or confirmation, just deleted everything. Luckily, by then I was extremely suspicious and made a fresh backup first. Sometimes match means a few characters, sometimes it means the entire post, and sometimes it means the entire database. You get to find out the fun way. This plugin is a complete boobytrap.
2023年7月22日
I’ve been looking for this plugin for the past 10 years, gosh. What an incredible “little” plugin: search, bam, the pages where a given word/file is located at. That’s it, super fast.
92件のレビューをすべて表示

貢献者と開発者

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

貢献者

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

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

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

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

変更履歴

3.1.0 – August 8th 2024

  • Update for latest WP
  • Fix export of regular expression result
  • Switch to WP core translations
  • See changelog.txt for more details