You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/search/query-rules-ui.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The Query rules UI provides a graphical interface to manage these rules without
13
13
14
14
The UI enables you to:
15
15
16
-
- Set keyword or numerical conditions such as less than or greater than when rules apply
16
+
- Set keyword or numerical conditions. For a full list of options, refer to [Rule criteria](elasticsearch://reference/elasticsearch/rest-apis/searching-with-query-rules.md#query-rule-criteria).
17
17
- Pin or exclude specific documents in results
18
18
- Organize rules into rulesets and set execution priority
19
19
- Test rules against sample queries before publishing
@@ -56,13 +56,13 @@ Use the following steps to first create a query ruleset, and then a query rule:
56
56
- **Pin**: Pin selected documents to the top of the search results.
57
57
- **Exclude**: Exclude selected documents from the results.
58
58
59
-
For more information on rule types, refer [Rule types](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/searching-with-query-rules#query-rule-type).
59
+
For more information on rule types, refer to [Rule types](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/searching-with-query-rules#query-rule-type).
60
60
4. Select one or more documents for the rule to apply to.
61
61
5. Select one of the following rule criteria:
62
62
-**Always**: Apply the rule to all queries
63
63
-**Custom**: Define conditions when the rule is applied.
64
64
65
-
For a full list of options, refer [Rule criteria](elasticsearch://reference/elasticsearch/rest-apis/searching-with-query-rules.md#query-rule-criteria).
65
+
For a full list of options, refer to [Rule criteria](elasticsearch://reference/elasticsearch/rest-apis/searching-with-query-rules.md#query-rule-criteria).
66
66
6. Select **Create rule**.
67
67
7. Select **Save** in the top right corner of the ruleset section.
68
68
@@ -120,7 +120,7 @@ To test a query ruleset, do the following:
120
120
121
121
## Learn more
122
122
123
-
Following resources can help you understand query rules better:
123
+
The following resources can help you understand query rules better:
0 commit comments