Skip to content

Commit d285dc6

Browse files
Update terms.md (#10198) (#10199)
1 parent 999bc2e commit d285dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_query-dsl/term/terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The `terms` query can filter for multiple terms simultaneously. However, when th
265265

266266
The following example assumes that you have two indexes: a `products` index, which contains all the products sold by a company, and a `customers` index, which stores filters representing customers who own specific products.
267267

268-
First, create a `products` index and map `product_id` as a `keyword`:
268+
First, create a `products` index and map `product_id` as an integer:
269269

270270
```json
271271
PUT /products

0 commit comments

Comments
 (0)