Gallery3:Modules:search - Gallery Codex
Personal tools

Gallery3:Modules:search

From Gallery Codex

Description

Allows users to search their Gallery.

This is a standard, default module. It comes with Gallery 3 and is installed and activated by default.

Installation / Configuration

Note: this module is installed and activated by default

  1. Activate Search module: Admin > Modules
  2. Done.

Operation/Usage

modules uses implied Boolean logic, in which

  • + stands for AND
  • - stands for NOT
  • [no operator] implies OR

See: http://dev.mysql.com/doc/refman/4.1/en/fulltext-boolean.html for more information.

Notes

There is a significant amount of 'Stop words' that the SQL query will not find. For more info:
http://dev.mysql.com/doc/refman/5.5/en/fulltext-stopwords.html
There is also a SQL limit on most hosts with short word queries. The short search fix module fixes that limitation.