|
11 | 11 |
|
12 | 12 | ExpressionEngine’s native `channel:entries` tag allows you to fetch and filter entries in many ways by setting its parameters. The native Search module allows for filtering by keyword, but is limited in its capabilities. Pro Search combines the two into one module and then throw in extra features, filters, and a performance boost. That is Low Search. |
13 | 13 |
|
14 | | -Searching by **keywords** uses a custom [full-text](http://dev.mysql.com/doc/refman/5.5/en/fulltext-search.html) index instead of the raw entry data, which makes Low Search fast. **Very fast**. It also adds **relevance** to search results which can be influenced by applying **weight** to any searchable field. |
15 | | - |
16 | | -Apart from the powerful [keywords filter](add-ons/pro-search/filters.md#keywords), and the ability to **use any native parameter as a search filter**, Low Search adds several other filters to further enhance and refine your search results: |
17 | | - |
18 | | -* Select any combination of [categories](add-ons/pro-search/filters.md#categories); |
19 | | -* Limit entries by a given [distance](add-ons/pro-search/filters.md#distance) based on latitude/longitude values; |
20 | | -* Target [specific fields](add-ons/pro-search/filters.md#field-search), including Titles and Grid/Matrix columns; |
21 | | -* Define numeric or date [ranges](add-ons/pro-search/filters.md#ranges); |
22 | | -* Filter based on an entry’s [relationship](add-ons/pro-search/filters.md#relationships) with other entries; |
23 | | -* Filter by [Grid/Matrix calculations](https://github.com/low/pro_search_table) like min/max values or averages; |
24 | | -* Filter by [Author fields](https://github.com/low/pro_search_members) like screen name or email; |
25 | | - |
26 | | -Filters marked with \* are sold separately. Other features include: |
27 | | - |
28 | | -* Keyword [suggestions](add-ons/pro-search/tags.md#suggestions-tag) based on your own [lexicon](add-ons/pro-search/lexicon.md); |
29 | | -* Fuzzy searches using [singulars & plurals](add-ons/pro-search/filters.md#keywords-inflect) or [word stems](add-ons/pro-search/filters.md#keywords-stem); |
30 | | -* [Diacritic insensitive](add-ons/pro-search/collections.md#diacritics) keyword searches; |
31 | | -* Multiple site search; |
32 | | -* Search [shortcuts](add-ons/pro-search/shortcuts.md) for custom search queries and URLs; |
33 | | -* An exportable search log; |
34 | | -* A super powerful [Find & Replace utility](add-ons/pro-search/find-and-replace); |
35 | | -* A [custom filter API](add-ons/pro-search/create.md), [fieldtype API](add-ons/pro-search/api.md), and [extension hooks](add-ons/pro-search/hooks.md) for developers. |
| 14 | +NOTE:**Note:** Documentation for Pro Search is still being migrated. Until this is complete, please refernce the [Low Search documentation on EEHarbor's website](https://eeharbor.com/low-search). For any tags, simply replace `low_search` with `pro_search`. |
0 commit comments