Skip to content

Commit

Permalink
Update user-guide.md
Browse files Browse the repository at this point in the history
Include review suggestions
  • Loading branch information
Prosune authored Dec 15, 2023
1 parent 5e557c5 commit 8cdc18f
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions content-accelerator/latest/using/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1171,34 +1171,33 @@ To enable advanced capabilities in attribute search, complete the following step

![Advanced Search additional configuration]({% link content-accelerator/images/aca-show-advanced-search-options-config.png %})

When the Enable Any/All Search setting is enabled, you can configure either of the following settings.
When the **Enable Any/All Search** setting is enabled, you can configure either of the following settings.

| Settings | Search operator |
| -------- | --------------- |
| ANY of these values | If you select this option, search is performed based on the OR operator |
| ALL of these values | If you select this option, search is performed based on the AND operator |
| ANY of these values | If you select this option, search is performed based on the `OR` operator |
| ALL of these values | If you select this option, search is performed based on the `AND` operator |

If the **Enable Any/All Search** setting is disabled, `AND` operation is the default operation.

When you enable the **Like/Exact/Not Search** setting, an additional control is added to the Attribute Search form. The control includes an advanced operator selection drop-down. This drop-down is only available to properties with control type `TextBox`, `AutoComplete`, and `DropDown`.

The list of operators included in the drop-down is based on the associated property data type. The following table lists the data types and the operators associated with it.

| Data type | Operators |
| --------- | --------- |
| String | LOGIC_LIKE, OPERATOR_EQUALS, OPERATOR_NOT_EQUALS |

| integer or double | OPERATOR_LESS_THAN, OPERATOR_EQUALS, OPERATOR_GREATER_THAN, OPERATOR_NOT_EQUALS |
| String | `LOGIC_LIKE`, `OPERATOR_EQUALS`, `OPERATOR_NOT_EQUALS` |
| Integer or Double | `OPERATOR_LESS_THAN`, `OPERATOR_EQUALS`, `OPERATOR_GREATER_THAN`, `OPERATOR_NOT_EQUALS` |

The operators listed above are described below:

* LOGIC_LIKE - Performs a wildcard (%) search
* OPERATOR_EQUALS - Performs a exact (=) value search
* OPERATOR_NOT_EQUALS - Performs a not exact (-) value search
* OPERATOR_LESS_THAN - The search returns results less than (<) the provided search term.
* OPERATOR_GREATER_THAN - The search will return results greater than (>) the provided search term.

If the Like/Exact/Not Search setting is disabled, the default operation depends on the object type. The following table lists the default operation based on the object types.
* `LOGIC_LIKE` - Performs a wildcard (%) search
* `OPERATOR_EQUALS` - Performs a exact (=) value search
* `OPERATOR_NOT_EQUALS` - Performs a not exact (-) value search
* `OPERATOR_LESS_THAN` - The search returns results less than (<) the provided search term.
* `OPERATOR_GREATER_THAN` - The search will return results greater than (>) the provided search term.

If the **Like/Exact/Not Search** setting is disabled, the default operation depends on the object type. The following table lists the default operation based on the object types.

| Object | Default operation |
| ------ | ----------------- |
Expand All @@ -1208,6 +1207,8 @@ If the Like/Exact/Not Search setting is disabled, the default operation depends

**Notes:**

* Advanced Search is deprecated in Content Accelerator 3.6. Though it is still available, Advanced Search feature in Attribute Search, described above, is expected to replace Advanced Search in future releases.

* By enabling “Like/Exact/Not Search”, you override the settings for “Make Search Exact” and “Case Sensitive Search” for any property (if configured).

* On a Property or Full text search, when any value is enclosed in double quotes, it is considered an exact search.
Expand Down

0 comments on commit 8cdc18f

Please sign in to comment.