Skip to content

Commit 2253b5d

Browse files
authored
Merge pull request #474 from ExpressionEngine/7.dev
7.dev
2 parents 4b40ec0 + f89c6fd commit 2253b5d

29 files changed

+154
-1166
lines changed
12.6 KB
Loading

docs/_images/file_manager_sync.png

801 Bytes
Loading
11.9 KB
Loading

docs/add-ons/pro-search.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!--
2+
This source file is part of the open source project
3+
ExpressionEngine User Guide (https://github.com/ExpressionEngine/ExpressionEngine-User-Guide)
4+
5+
@link https://expressionengine.com/
6+
@copyright Copyright (c) 2003-2020, Packet Tide, LLC (https://packettide.com)
7+
@license https://expressionengine.com/license Licensed under Apache License, Version 2.0
8+
-->
9+
10+
# Pro Search
11+
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+
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`.

docs/add-ons/pro-search/overview.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,4 @@
1111

1212
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.
1313

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`.

docs/add-ons/pro-variables.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!--
2+
This source file is part of the open source project
3+
ExpressionEngine User Guide (https://github.com/ExpressionEngine/ExpressionEngine-User-Guide)
4+
5+
@link https://expressionengine.com/
6+
@copyright Copyright (c) 2003-2020, Packet Tide, LLC (https://packettide.com)
7+
@license https://expressionengine.com/license Licensed under Apache License, Version 2.0
8+
-->
9+
10+
# Pro Variables
11+
12+
ExpressionEngine’s native `channel:entries` tag allows you to fetch and filter entries in many ways by setting its parameters. The native Variables module allows for filtering by keyword, but is limited in its capabilities. Pro Variables combines the two into one module and then throw in extra features, filters, and a performance boost. That is Low Variables.
13+
14+
NOTE:**Note:** Documentation for Pro Variables is still being migrated. Until this is complete, please refernce the [Low Variables documentation on EEHarbor's website](https://eeharbor.com/low-variables). For any tags, simply replace `low_variables` with `pro_variables`.

docs/advanced-usage/front-end/frontend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[TOC]
1313

1414
## Overview
15-
For users with the appropriate level of access, ExpressionEngine Pro adds "front edit" links ( <img style="margin-bottom: 0px; vertical-align: middle;" src="../_images/pro_edit.png" alt="pro edit icon"> ) on the site's front-end that allow editing the contents of each entry field individually. This is done directly on front-end without going to the Control Panel.
15+
For users with the appropriate level of access, ExpressionEngine Pro adds "front edit" links ( <img style="margin-bottom: 0px; vertical-align: middle; display:inline-block;" src="../../_images/pro_edit.png" alt="pro edit icon"> ) on the site's front-end that allow editing the contents of each entry field individually. This is done directly on front-end without going to the Control Panel.
1616

1717
Clicking the link opens a popup with the field that can be modified and saved. Along with editing, users can also use front edit popup to access the full entry for editing with live preview showing the current page you are on.
1818

@@ -58,7 +58,7 @@ This special conditional allows you to display content if front-end editing is e
5858
## Enable/Disable The Front Edit Link
5959

6060
There are several ways to disable front-end editing links:
61-
- Globally with [configuration overrides](pro/configuration.md#enable_frontedit_links) or in [General Settings](pro/configuration.md#general-settings)
61+
- Globally with [configuration overrides](/general/system-configuration-overrides.html#enable_frontedit_links) or in [General Settings](/control-panel/settings/front-end-editing.md#enable-automatic-front-end-editing-links)
6262
- Per field in the [field settings](control-panel/field-manager/field-manager-settings.md)
6363
- Via the Dock on the front-end by toggling Edit Mode on/off.
6464
- In the template by using [ExpressionEngine template comments](#expressionengine-comment), [HTML comments](#html-comment), or [field parameter](#field-tag-parameter)

docs/advanced-usage/front-end/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Clicking the link opens a popup containing the Control Panel field for that cont
2424

2525
NOTE: **Note:** ExpressionEngine intelligently picks up existing user permissions to determine which channels and add-on Prolets a given user can access.
2626

27-
### [The Dock]advanced-usage/front-end/dock.md
27+
### [The Dock](advanced-usage/front-end/dock.md)
2828

2929
The dock, when enabled, is a floating bar that is displayed on front-end pages, it provides quick access to the Control Panel and to ExpressionEngine's front-end facing features.
3030

docs/channels/entry_cloning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Check out our video tutorial on Cloning Entries!
1717

1818
## Enabling Entry Cloning
1919
### Global
20-
Entry Cloning is enabled by default when ExpressionEngine is installed. Entry Cloning can be disabled globally for your site via the ["enable entry cloning" setting](settings/content-design.md#enable-entry-cloning) setting or the matching [Config Override.](general/system-configuration-overrides.md#enable_entry_cloning)
20+
Entry Cloning is enabled by default when ExpressionEngine is installed. Entry Cloning can be disabled globally for your site via the ["enable entry cloning" setting](/control-panel/settings/content-design.md#enable-entry-cloning) setting or the matching [Config Override.](general/system-configuration-overrides.md#enable_entry_cloning)
2121

2222
![](/_images/entry_cloning_global.png)
2323

docs/control-panel/channels.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ NOTE: **Note:** We recommend using the default base URL variable `{base_url}` de
101101
- **Allow image URLs?** -- You can determine whether or not you want people to be able to display images within your entries by using the URL for the image. If "Yes" is selected for this option, people can display images as inline content in your channel. If the setting is "No" then images will not be allowed.
102102
- **Render URLs and Email addresses as links?** -- When this option is set to "Yes", any full URLs or email addresses will be automatically formatted as a valid HTML link to the address. If the option is "No" then the URL or email address will be treated and displayed as plain text.
103103
- **Enable Sticky entries?** -- When enabled, entries can be marked as sticky and have preference in sorted listings.
104-
- **Enable entry cloning?** -- ([ExpressionEngine Pro](pro/entry_cloning.md) feature) When enabled, entries can be cloned using "Clone to New Entry" option in Save options dropdown.
104+
- **Enable entry cloning?** -- ([ExpressionEngine Pro](/channels/entry_cloning.md) feature) When enabled, entries can be cloned using "Clone to New Entry" option in Save options dropdown.
105105
- **Status** -- Status assigned to all new entires in the channel.
106106
- **Author** -- Default author for guest entries posted via Channel Form.
107107
- **Allow guest submissions?** -- When set to yes, unregistered users will be able to submit forms for this channel.
@@ -123,13 +123,13 @@ NOTE: **Note:** We recommend using the default base URL variable `{base_url}` de
123123
- **Allow image URLs?** -- You can determine whether or not you want people to be able to display images within comments by using the URL for the image.
124124
- **Render URLs and Email addresses as links?** -- When this option is set to "Yes", any full URLs or email addresses in comments will be automatically formatted as a valid HTML link to the address. If the option is "No" then the URL or email address in comment body will be treated and displayed as plain text.
125125

126-
## Form Layouts
126+
## Publish Layouts
127127

128128
**Control Panel Location: `Developer > Channels > Layouts`**
129129

130130
The Publish/Edit page can be customized, with the layout saved per member role, per channel.
131131

132-
### Create/Edit Form Layouts
132+
### Create/Edit Publish Layouts
133133

134134
**Control Panel Location: `Developer > Channels > Layouts > New/Edit`**
135135

0 commit comments

Comments
 (0)