Just $89.00 per license
Compatibility: | EE2, EE3, EE4, EE5 |
---|---|
Latest release: | 6.2.1 (released 2020-06-16) |
Licensing: | Commercial License Agreement |
Compatibility & Requirements
The latest version (v6) is compatible with EE4 and EE5 and requires EE 4.0.0+. The legacy version v5 is compatible with EE3 and requires EE 3.1.0+. The legacy version v4 is compatible with EE2 and requires EE 2.6.0+. One license allows you to install one of these versions on a live website.
Installation
ExpressionEngine 3+
- Download and unzip the latest version of Low Search.
- Copy the
low_search
folder to your/system/user/addons
directory. - In your Control Panel, go to the Add-on Manager and install Low Search.
- In the Low Search settings, enter your License Key and save your settings (when installing).
- All set!
ExpressionEngine 2
- Download and unzip the legacy version of Low Search.
- Copy the
low_search
folder to your/system/expressionengine/third_party/
directory. - In your Control Panel, go to Add-ons → Extensions and enable the Low Search extension and module.
- All set!
Upgrade
To upgrade Low Search from a previous version, download and overwrite the files as per the installation instructions. Then just visit the module page in your Control Panel, and the add-on will be upgraded automatically.
Sometimes it’s necessary to rebuild the indexes for a certain new feature to take effect. If that is the case, it is mentioned in the changelog.
Upgrade to 2.0
When upgrading to version 2.0 from an older version, visit the settings page and fill in your license key.
Upgrade to 3.0
When upgrading to version 3.0 from an older version, you might need to make some changes to your templates. The Form tag no longer takes search filter parameters. Instead, you should move these parameters to the Results tag or add them as (hidden) input fields inside the Form tag. See how parameters work in Low Search.
Upgrade to 4.0
When upgrading to version 4.0 from an older version, take note of the following changes regarding the keywords filter:
- The Default Search Mode setting has been removed.
- The
search_mode
parameter now calledkeywords:mode
and defaults toauto
. - The
loose_ends
parameter is now calledkeywords:loose
. - The
min_score
parameter is now calledkeywords:score
. - Devs: changed the parameters of the low_search_get_index_entries hook.