Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Nox Quick Search

Описание

Add a quick search form to find instantly any page or post with only few characters. With fuzzy-like handling of the term entered by the visitor.

IMPORTANT:
This is not a full search engine. It searches only in post’s title and an optional surtitle and possible keywords if you set them with PHP filters.
The post content is not indexed. This is the way it can be as fast at it is.

Features:

  • Find instantly any post or page when typing few characters

Developers

Posts and pages are automatically indexed and available for quick search.

Taxonomies are not indexed but can be added with a custom filter.

Custom post types can be added with another filter.

Notes

This plugin uses third-party libraries. For a complete list, see the libraries.txt file included with the plugin.

Скриншоты

  • The quick search form with results on frontend website
  • The quick search shortcode

Установка

Use the shortcode [nox-quick-search] to use it anywhere you want.

You can customize the search field and results with some CSS rules and CSS variables.

Часто задаваемые вопросы

Is this plugin a real full search engine?

Not really. The plugin only search in title of posts. But you can add some keywords and surtitle that are indexed for the quick search.

How do I use the plugin?

Once installed and activated, just use the shortcode [nox-quick-search].

Does this plugin work with WooCommerce?

Yes! But products are not indexed by default. You must use a filter to add them.

Is this plugin free?

Yes.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Nox Quick Search» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Nox Quick Search» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.2

  • Fixed: Search index not working if no ACF/SCF plugin installed.

1.0.1

  • Fixed: Translations not loaded.
  • Fixed: Limited search string for index.
  • Fixed: shortcode bad output.
  • Fixed: Conflict with standard WP search form.

1.0.0

  • Initial release.