Skip to content

Commit 03c7176

Browse files
Update docs/reference/elasticsearch/rest-apis/searching-with-query-rules.md
Co-authored-by: Liam Thompson <[email protected]>
1 parent e1c9e32 commit 03c7176

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/reference/elasticsearch/rest-apis/searching-with-query-rules.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ When a query rule matches the rule metadata according to its defined criteria, t
2424

2525
For example, a query rule could be defined to match a user-entered query string of `pugs` and a country `us` and promote adoptable shelter dogs if the rule query met both criteria.
2626

27-
Rules are defined using the [query rules API](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-query_rules) and searched using the [rule retriever](/reference/elasticsearch/rest-apis/retrievers/rule-retriever.md) or the [rule query](/reference/query-languages/query-dsl/query-dsl-rule-query.md).
27+
You can create and manage query rules using either:
28+
- [Query rules API]({{es-apis}}v9/group/endpoint-query_rules)
29+
- [Query Rules UI](docs-content://solutions/search/query-rules-ui)
2830

29-
Alternatively, rules can be managed through the [Query Rules UI](https://www.elastic.co/docs/solutions/search/query-rules-ui).
31+
You can search with query rules using either:
32+
- [Retrievers syntax](/reference/elasticsearch/rest-apis/retrievers/rule-retriever.md)
33+
- [Query DSL syntax](/reference/query-languages/query-dsl/query-dsl-rule-query.md)
3034

3135
## Rule definition [query-rule-definition]
3236

0 commit comments

Comments
 (0)