Skip to content

Commit 169d96e

Browse files
fixed feedback comments
1 parent c9c41f4 commit 169d96e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

solutions/search/query-rules-ui.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ applies_to:
66
---
77

88
# Query rules UI
9-
10-
Query rules UI is a user interface that helps you create, edit, and delete query rules. The interface is implemented on top of the existing Query Rules API and provides non-technical users with an intuitive, streamlined interface to manage query rules.
11-
129
Query rules help customize search results, giving you more control over how results are returned based on the contextual information in the query.
10+
Query rules UI is a user interface that helps you create, edit, and delete query rules. The interface is implemented on top of the existing Query Rules API.
1311

14-
The Query rules UI enables you to:
12+
The UI enables you to:
1513

1614
* Create, edit and delete query rules
1715
* Reorder rules in a query ruleset
@@ -24,7 +22,7 @@ To see examples of how to search using query rules, refer [Search using Query Ru
2422

2523
If you prefer to use the Query Rules API, refer to [Query Rules API](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-query_rules).
2624

27-
## Security privileges
25+
## Requirements
2826

2927
If you want to get full access to the Query Rules UI, you must have the following privileges:
3028

@@ -34,7 +32,7 @@ If you want to get full access to the Query Rules UI, you must have the followin
3432

3533
## Using the UI
3634

37-
Go to your deployment and select **Query Rules** from the left navigation menu. If you're not able to see the option, contact the administrator to review the role assigned to you. The following screenshot shows the UI for a new deployment setup.
35+
Go to your deployment and select **Query Rules** from the left navigation menu under **Relevance**. If you're not able to see the option, contact the administrator to review the role assigned to you.
3836

3937
:::{image} /solutions/images/elasticsearch-query-rules-ui-home.png
4038
:alt: Landing page for Query Rules UI.
@@ -152,11 +150,12 @@ To test a query ruleset, do the following:
152150

153151
Following resources can help you understand query rules better:
154152

155-
* [Query rules blog](elasticsearch://reference/elasticsearch/mapping-reference/text.md)
153+
* [Query rules blog](https://www.elastic.co/search-labs/blog/elasticsearch-query-rules-generally-available)
154+
* [Query Rules API](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-query_rules)
156155
* [Search using query rules](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/searching-with-query-rules)
157156
* [Rule types](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/searching-with-query-rules#query-rule-type)
158157
* [Rule criteria](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/searching-with-query-rules#query-rule-criteria)
159158
* [Rule actions](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/searching-with-query-rules#query-rule-actions)
160-
159+
* [Semantic search for query rules](https://www.elastic.co/search-labs/blog/semantic-search-query-rules)
161160

162161

0 commit comments

Comments
 (0)