Cherry Search

Cherry Search

Wordpress plugin

Install on Wordpress

App Details

With this plugin you will be able to add advanced search functionality to your WordPress website. It is multilingual, and is fully compatible with WooCommerce themes, so you can enhance your eCommerce website with a powerful conversion booster.
The plugin is based on AJAX, which means that the results will be displayed dynamically. Your visitors will immediately see not only the titles of suitable search results, but also their image previews, author, date and other metadata.

Online documentation

Github Repository

Plugin website

Arbitrary section

Plugin Settings

Once the plugin is installed you can see a Cherry Search button in the right sidebar of your admin panel:

Main Settings

Here you can find major plugin settings:

  • Replace the standard search form – This option allows to replace all the standard search forms on your website.
  • Search Button Icon – This option sets search button text.
  • Search Button Text – This option sets search button text.
  • Caption / Placeholder text – This option sets placeholder text in input field.

Search Result Settings

  • Search in – You can select particular search sources. If nothing is selected in the option, search will be made over the entire site.
  • Exclude categories from search results – This option allows to set categories in which search will not be made.
  • Exclude tags from search results – This option allows to set tags in which search will not be made.
  • Exclude post types from search results – This option allows to set post types in which search will not be made.
  • Number of results displayed in one search query -This option will allow you to limit the number of displayed search results. If the overall number of results exceeds previous set limit, the “load more” button will come up..
  • Sort search results by – sort search results by a certain criteria
  • Filter results by – filter search results by ascending or descending order

Visual Settings

  • Show post titles – show/hide post titles
  • Post word count – specify the post word count
  • Show post authors – show/hide post authors
  • Prefix before author’s name – specify the prefix that will be displayed before author’s name
  • Show post thumbnails – show/hide posts thumbnails
  • Enable scrolling for dropdown lists – enable disable scrolling for dropdown search results lists
  • Dropdown list height – specify the dropdown list heigh
  • “View more” button text – add text for “View more button”

Notifications

  • Negative search results – text that will be displayed if nothing is found
  • Technical error – text that will be displayed during technical error

For developers

Templates

The plugin contains templates that can be rewritten in the theme. For that you need to create a templates folder in the root catalog of the theme. In the templates folder, create a cherry-search.

Templates list:

  • Ssearch-form – search form template
  • Ssearch-form-input – search form input template
  • Ssearch-form-submit – search form submit button template
  • Ssearch-form-results-item – template of the element that is displayed in search results
  • Ssearch-form-results-list – dropdown search results list template

If you want to change the search results display type, you need to copy the search-form-results-item.tmpl file into the theme folder.

Example: theme_name / templates / cherry-search / search-form-results-item.tmpl

Macros

%%INPUT%% – Returns search-form-input template content

%%SUBMIT%% – Returns search-form-submit template content

%%RESULTS_LIST%% – Returns search-form-results-list template content.

%%SPINNER%% – Contains loader HTML structure

The macro works with filters:

  • cherry_search_spinner_holder -contains loader HTML wrapper markup
  • cherry_search_spinner – contains loader HTML markup

%%ICON%% – Returns Main Settings option value > Search Button Icon

%%SUBMIT_TEXT%% – Returns Main Settings option value > Search Button Text

%%THUMBNAIL%% – Contains post thumbnail. If post doesn’t have a thumbnail, empty string will be returned

$$ACTION$$ – Macro contains links to action forms

$$LINK$$ – Contains post link

$$TITLE$$ – Contains post title

$$CONTENT$$ – Contains part of the post contain

$$AUTHOR$$ – Contains post author

$$READER_TEXT$$ – Contains “Search for:” text

Macro works with cherry_search_reader_text filter

$$PLACEHOLDER$$ – Returns Main Settings -> Placeholder text option value

$$WRAPPER_CLASS$$ – Returns search form wrapper class. Empty by default. If Woocommerce plugin is active the macro contains wc-search-form class.

Macro works with cherry_search_wrapper_class filter

$$FORM_CLASS$$ – Macro returns search form class. Empty by default. If Woocommerce plugin is active the macro contains woocommerce-product-search class.

Macro works with cherry_search_form_class filter

$$INPUT_ID$$ – Macro returns search form field ID. Empty by default. If Woocommerce plugin is active the macro contains id=”woocommerce-product-search-field class.

Macro works with cherry_search_input_id filter

$$SETTINGS$$ – Macro returns search query settings for a particular search form.

Macro works with cherry_search_query_settings

Filters

cherry_search_button_icon – Allows to change the icons set, which you want to use buttons for search.

  • Type – array
  • By default:

Filter contains an array with the following values:

  • Icon set title
  • Path to css file with icons
  • Css icon prefix css (if required)

cherry_search_limit_content_word – Allows to change search elements word length default value.

  • Type – number
  • By default: 50

cherry_search_reader_text – Allows to change Search for: text.

  • Type – string

cherry_search_icon_prefix – Filter defines whether to add a prefix class to the icon font. For example in font-awesome – fa fa-search font

  • Type – bool
  • By default: true

cherry_search_icon – Filter allows to change the HTML markup of the search button icon.

  • Type – string
  • By default: <span class="cherry-search__icon %s"></span>

cherry_search_submite_text – Filter allows to change the HTML markup of the search button text.

  • Type – string
  • By default: <span class="cherry-search__submite_text">%s</span>

cherry_search_spinner_holder – Filter allows to change the loader wrapper HTML markup.

  • Type – string
  • By default: <div class="cherry-search__spinner_holder">%s</div>

cherry_search_spinner – Filter allows to change the loader HTML markdown.

  • Type – string
  • By default: <div class="cherry-search__spinner"><div class="rect1"></div><div class="rect2"></div><div class="rect3"></div><div class="rect4"></div><div class="rect5"></div></div>

cherry_search_thumbnail_html – Filter allows to change post thumbnail HTML wrapper markup.

  • Type – string
  • By default: <span class="cherry-search__item-thumbnail">%s</span>

cherry_search_author_html – Filter allows to change Filter allows to change post author name HTML wrapper markup.

  • Type – string
  • By default: <span>%1$s </span> <em>%2$s</em>

cherry_search_more_button_html – Filter allows to change the more-button HTML markdown. Button text is set in the option Visual settings -> “Show more” button text.

  • Type – string
  • By default: <li class="cherry-search__more-button">%s</li>

cherry_search_wrapper_class – The filter allows to add or replace new class to the search form wrapper.

  • Type – string
  • By default: ( If WooCommerce is activated “wc-search-form” is used by default )

cherry_search_form_class – The filter allows to add or replace new class to the search form.

  • Type – string
  • By default: ( If WooCommerce is activated “woocommerce-product-search” is used by default )

cherry_search_input_id – The filter allows to change or add new ID to the search form input field.

  • Type – string
  • By default: ( If WooCommerce is activated “id=”woocommerce-product-search-field” is used by default )

cherry_search_query_settings – The filter allows to change search query settings.

  • Type – string

Pricing

Starting from $0 per month.

Check Out the Interactive Maps Widget

By Common Ninja

Interactive MapsTry For Free!

App Info

Rating

Reviewers

8 reviews

Tags

ajax
ajax search
fast search
Quick Search
search

Developed By

TemplateMonster 2002

Quick & Easy

Find the Best Wordpress plugins for you

Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!

Testimonial

Testimonial plugins for Wordpress

Galleries

Galleries plugins for Wordpress

SEO

SEO plugins for Wordpress

Contact Form

Contact Form plugins for Wordpress

Forms

Forms plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Sliders

Sliders plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Comments

Comments plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Maps

Maps plugins for Wordpress

Security

Security plugins for Wordpress

Translation

Translation plugins for Wordpress

Ads

Ads plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Music Player

Music Player plugins for Wordpress

Backup

Backup plugins for Wordpress

Privacy

Privacy plugins for Wordpress

Optimize

Optimize plugins for Wordpress

Chat

Chat plugins for Wordpress

Countdown

Countdown plugins for Wordpress

Email Marketing

Email Marketing plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Membership

Membership plugins for Wordpress

popup

popup plugins for Wordpress

SiteMap

SiteMap plugins for Wordpress

Payment

Payment plugins for Wordpress

Coming Soon

Coming Soon plugins for Wordpress

Ecommerce

Ecommerce plugins for Wordpress

Customer Support

Customer Support plugins for Wordpress

Inventory

Inventory plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Testimonials

Testimonials plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Slider

Slider plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Membership

Membership plugins for Wordpress

Forms

Forms plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Contact

Contact plugins for Wordpress

Comments

Comments plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Common Ninja Apps

Some of the best Common Ninja plugins for Wordpress

Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.

Interactive Maps for Wordpress logo

Interactive Maps

Create interactive maps with color coding and tooltips to visualize data clearly and embed engaging maps on your site.

AdBlocker Detector for Wordpress logo

AdBlocker Detector

Detect ad blockers on your site to maintain visibility into user behavior and support sustainable ad-based monetization.

RSS Feed Carousel for Wordpress logo

RSS Feed Carousel

Show RSS content with an RSS feed carousel that updates automatically, displays posts in a smooth scrolling layout, and keeps visitors engaged.

Sitejabber Reviews for Wordpress logo

Sitejabber Reviews

Show Sitejabber reviews to build trust, strengthen credibility, and help visitors make confident purchase decisions that support higher sales.

Team Members Blobs for Wordpress logo

Team Members Blobs

Use team members blobs to present your staff in a clear, creative format that builds trust, supports transparency, and strengthens brand credibility.

Vimeo Slider for Wordpress logo

Vimeo Slider

Show Vimeo videos with a Vimeo slider that displays clips in a smooth slider to boost engagement and keep visitors watching.

Bluesky Feed for Wordpress logo

Bluesky Feed

Show Bluesky posts with a Bluesky feed that updates in real time, improves content discovery, and keeps visitors engaged with fresh activity.

Timeline for Wordpress logo

Timeline

Use a timeline widget to display events and milestones in chronological order with images and text so visitors understand your story clearly.

Social Media & RSS Feeds for Wordpress logo

Social Media & RSS Feeds

Add social media and RSS feeds to your site to display fresh content, grow your online presence, and keep visitors engaged with real time updates.

TikTok Carousel for Wordpress logo

TikTok Carousel

Show TikTok videos with a TikTok carousel that arranges clips in a smooth, customizable layout to boost engagement and keep visitors watching.

Restaurant Menu List for Wordpress logo

Restaurant Menu List

Create a clear restaurant menu list that helps visitors explore dishes easily, understand key details, and make confident ordering decisions that support conversions.

Process for Wordpress logo

Process

Use a process widget to present tasks in a clear visual sequence, showing each step with images and text to improve understanding and user engagement.

Discover Apps By Platform

Discover the best apps for your website

WordPress
Wix
Shopify
Weebly
Webflow
Joomla
PrestaShop
Shift4Shop
WebsiteX5
MODX
Opencart
NopCommerce

Common Ninja Search Engine

The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!

Multiple platforms