This WordPress plugin NGG Smart Image Search provides a smart search and display functionality for images in NextGEN galleries on a WordPress front end website. It requires NextGEN Gallery to be installed and activated. 

—> WordPress.org Plugin Directory

Further documentation and examples are given on the following pages qualified search examples, display search result list and new functionalities.

Description

 
NGG Smart Image Search will provide a highly customizable search and display functionality for images in NextGEN Galleries. Search results can be displayed in various layouts including all original NextGEN galleries.

An image search will be carried out across title, description, filename and tags (as configured per widget or shortcode) of all images in arbitary selectable NextGEN search galleries. There are two search modes available. The basic search mode will look for images which satisfy at least one of the search terms (logical or). The extended search mode will look for images which satisfy all search terms (logical and).

The search result list can be displayed in various ways.

  • you can use any of the native NextGEN Galleries to display the search result list.
  • you can also use any of the NextGEN Pro / Plus Galleries with all their features including ecommerce.
  • you can use any available NextGEN Gallery settings.
  • you can use single image lists providing additional image meta data.
  • you can use an advanced thumbnail list which is independant of NextGEN Gallery code.
  • you can sort the search result list in various ways.
  • you can use paging for long search result lists.

You can enter search strings via widgets or shortcodes. You can use complex predefined searches to display an almost arbitrary collection of NextGEN Gallery images. You can dynamically switch the search mode or the display mode between searches. Searches can be configured differently for public users or for logged in (private) users.

For an extended documentation see qualified search examples or display search result list.

The new version 3 of the plugin is a major update of version 2 with many new functionalities and some optimization and error corrections.
The new functionalities are described here: new functionalities.

Installation

  1. Upload ‚NGG Smart Image Search‘ to the ‚/wp-content/plugins/‘ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Adjust settings, widget and shortcode as necessary

Frequently Asked Questions

How does the search work ?

There are three possibilities to perform a search for NextGEN Galleries images:

  1. Use a dynamic search field in a sidebar widget.
    The plugin comes with a widget „NGG Smart Image Search“. If you use this widget, it will provide a search field in the sidebar. Entering text in the search field will send the input to an automatically generated search page. This search page is described on the settings page of the plugin. You can freely customize this search page.
    The search page will use a shortcode to generate and display the result list.
     
  2. Use a dynamic search field provided by the shortcode


    This shortcode searchbox can be placed on any post or page (also on the automatically generated search page). Entering text in this searchfield will send the input to the shortcode , which normally is placed on the same page. Otherwise you have to address the result page by a shortcode parameter (‚target‘). The shortcode will generate and display the search result.
     
  3. Use a predefined static search input as parameters with the shortcode
    In this case the shortcode will only display the static search result and will ignore all dynamic search inputs.

How can a search be customized ?

You can freely specify the scope of the image search by listing or excluding arbitary collections of galleries and/or albums.
You can also specify the listed meta fields per image in a single/linked search result list.

You can do this separately for public users and for logged in users.

If you do it by using search widgets, you define separate widgets for public users and for logged in users. Users will only see one widget which is relevant for them.

If you use a searchfield shortcode


you specify your customization by parameters (see screenshots for a complete list of parameters).
By default parameters are initiated differently for public users and for logged in users (see screenshots).
You can overwrite these settings by specifying the parameters in the searchbox shortcode.
E.g. parameter list_descr=“1″ will list the image description in the result list for all users.
If you want to set this parameter only for public users, you use prefix „pu_“, i.e. pu_list_title=“1″.
If you want to set this parameter only for logged in users, you use the prefix „lo_“, i.e. lo_list_descr=“1″.

How can the result list be customized ?

The result list is generated by the shortcode . This shortcode accepts a display parameter to select the result list layout.
There are several options available:

  1. use any of the NextGEN Galleries
    The easiest way to set up a NextGEN Gallery display is to define the display with an arbitrary NextGEN Gallery on a post or page. Then switch to text mode and replace the generated ’ngg‘ shortcode name by ‚hr_SIS_display_images‘. This shortcode is provided by the plugin NGG Smart Image Search. This shortcode will generate the search result list. It will then dynamically call the NextGEN Gallery shortcode and passing the needed parameters.
    You can use a short form of display codes:
        display=’bt‘ (for a Basic Thumbnail gallery)
        display=’pt‘ (for a Pro Thumbnail Gallery)
        display=’ma‘ (for a Pro Masonry Gallery)
        display=’mo‘ (for a Pro Mosaic Gallery)
     
  2. display=“si“ or display=“ngg_single_images“
    This will generate a detailed result list in table format showing found images and their describing fields.
    The images are displayed using the native NextGEN Gallery shortcode for displaying single images.
    Clicking on an image will open the image in the lightbox as defined on the NextGEN Gallery setting page. The lightbox will only display a single image, no skipping to next found image.
     
  3. display=“li“ or display=“linked_images“
    This will generate the same result list as in option (1).
    However, the found images are here displayed using explicite image links generated by this search plugin.
    For this option you should configure NextGEN Gallery so that the standard NextGEN Gallery lightbox will also work for all other linked images.
    Doing this you can again open each listed image in the standard NextGEN Gallery lightbox.
    However, now you can skip all images in the lightbox, you do no longer have to click on each image first.
     
  4. display=“at“ or display=“advanced_thumbnails“
    This will generate a proportional thumbnails grid for all found images.
    Furthermore, the image title is listed for each thumbnail.
    The result list consists of linked images. As for display type (2), you should configure NextGEN Gallery so that the standard NextGEN Gallery lightbox will also work for all other linked images.

In addition you can set further parameters to define the search result list layout. You can specify a sort order, a paging option, a limit parameter etc..

What search string can be entered ?

You can enter any sensible search text.

In basic search mode the plugin will first determine all search items in the search string which are seperated by blanks (whitespace). It will then look for images which have at least one of the search items enclosed in their selected meta data fields (corresponds to a logical OR condition).

In extended search mode the plugin interprets the search string differently. Now it takes the whole text, including entered spaces, as a single search item unless it finds predefined delimiters. These delimiters again seperate the search string into seperate search items.

For logged in users or for static searches there is a special search option available: g:<gallery id>.
This will list all images of the gallery with Id <gallery id>.
The result list will also provide the gallery name and gallery id with underlying links to the backend gallery administration page or to the gallery page, if such a page is defined for the NextGEN Gallery in the backend.

There are other special search options available like r:<number> for searching most recent images or l:<number> for last uploaded images.
You can also do multi-keyword searches like „sun & clouds & summer“ which will search for all images satisfying all three single search conditions (in the given example).
You can negate searchstrings by „&- searchstring“.
You can restrict searchstrings to dedicated fields like „&t sun &t clouds“ which will only search in tags.

A search string can have an escape character +/- at the beginning to switch between basic and extended search mode. It can have escape options at the end to switch dynamically between display options.

For an extended documentation see qualified search examples.

Screenshots

NGG Smart Image Search widget

screenshot 1: widget display for search definition

NGG Smart Image Search result list

screenshot 2: search result list

NGG Smart Image Search settings page

screenshot 3: settings page

NGG Smart Image Search public default parameters

screenshot 4: public default parameters

NGG Smart Image Search private default parameters

screenshot 5: private default parameters

Abonnieren
Benachrichtige mich bei
guest
128 Comments
Inline Feedbacks
View all comments
Evgen
Evgen
7. Mai 2019 10:12

Please add a wrapper for each tag so that they can be arranged in the form of links.
for example
tags: onetag twotag
And, each tag can be made a link to search.
Thanks.

Evgen
Evgen
6. Mai 2019 15:16

Hello. Great plugin!
Is it possible to make a gallery name as link?

HArris Selph
HArris Selph
8. März 2019 17:53

I only want to search on the TAG field of each photo. The Screenshot 1 above shows this setting. I cannot find it.

Felix
Felix
4. März 2019 16:04

Hallo Harald
Besten Dank für das tolle Plugin. Bis heute hat es ganz toll funktioniert. Seit dem Update auf WordPress 5.1 habe ich nun das Problem, dass
bei aktiviertem Plugin die Mediathek leer ist. Sobald das Plugin deaktiviert ist, werden die Thumbnails wieder angezeigt.
Hast du hierzu eine Lösung?
Herzlichen Dank
Felix

Adri Bimmel
31. Januar 2019 20:53

Hello,
Please help me with an error
Because I can’t upload a photo please visit the specific page
https://mobieltjes-museum.nl/?page_id=3332

Denise
Denise
28. Januar 2019 13:03

Dear Harald, thank you very much for this plugin! We are using NGG Smart Image Search on an artist’s website, and our search intention is probably slightly different from that of others: We do not want to display the images individually or show them in a lightbox. Instead, the user should be able to search for an image he knows, and the link should lead him to the page/page section where all images of the series are displayed (with texts etc.). What I tried as a workaround: Set the NGG Singlepic link to „#“. Included an html-link to each NGG… Weiterlesen »

Tobias
11. Dezember 2018 21:33

Dear Harald,
thank you very much for your commitment to release version 3!
We are very happy to see the improvements.
Just one question: in Google Chrome for example, the search icon is distorted since the release.
Could you have a look at it?
Thanks again & kind regards,
Tobias

J. Riley Stewart
10. November 2018 14:21

I have ecommerce site. Search results are not showing the cart trigger below the image. Worse yet, clicking the trigger takes me to an image that fails to show the ecommerce (cart) trigger below the image (all other triggers are displayed, e.g., slideshow, Info, and Comment triggers). Why can’t the ecommerce settings of the target gallery be inherited by the NGG Smart Image Search results?

J. Riley Stewart
10. November 2018 14:17

Searches work okay, but the result page shows an image (linked). When one clicks the image link, it goes to 404 error…. everytime…. every image. When clicking the (go to) trigger below the image, it works and takes me to the image in the designated gallery. Why can’t the image link correspond to the trigger link?

I’m using NextGen Imagely gallery (latest version) on a MacOSX 10.13

Carl Salvail
29. Oktober 2018 22:04

Any way to sort the result?
My results is on a pro thumbnail but i need it to be time ascending or title asc at worst.

Thanks ??