Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

josantonius/wp-search-inside

Repository files navigation

Search Inside WordPress Plugin

License

Versión en español

Easily search text within your pages or blog posts.

image



With Search Inside now you can search within your posts or pages.

There are different ways to display the search engine

  • The search engine appears when you press any alphabetic or numeric key.

  • Appended on a HTML tag.

  • Inserted from a shortcode.

Two search modes

  • Look for complete sentences.

  • Search words separated by spaces.

Don't forget to turn on case sensitive mode if you need it!

Search Inside has full support for UTF-8 encoding and can search in any language.

Requirements

This WordPress plugin is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.

Installation

You can download this plugin from the official repository in WordPress.

From your WordPress dashboard:

  1. Visit 'Plugins > Add New'
  2. Search for 'Search Inside'
  3. Activate Search Inside from your Plugins page.

From WordPress.org:

  1. Download Search Inside.
  2. Upload the 'search-inside' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...).
  3. Activate Search Inside from your Plugins page.

Once Activated:

Go to Search Inside > Options to configure the plugin.

Images

image image image image image image image

Tests

To run tests you just need composer and to execute the following:

git clone https://github.com/josantonius/wp-search-inside.git

cd wp-search-inside

bash bin/install-wp-tests.sh wordpress_test root '' localhost latest

composer install

Run unit tests with PHPUnit:

composer phpunit

Run WordPress code standard tests with PHPCS:

composer phpcs

Run PHP Mess Detector tests to detect inconsistencies in code style:

composer phpmd

Run all previous tests:

composer tests

Sponsor

If this project helps you to reduce your development time, you can sponsor me to support my open source work 😊

License

This repository is licensed under the GPL-2.0+ License.

Copyright © 2017-2022, Josantonius