Skip to content

Commit 24442b2

Browse files
Update search.rst documentation (opensearch-project#4686) (opensearch-project#4697)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec5d429 commit 24442b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/ppl/cmd/search.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Field Types and Search Behavior
124124

125125
* ``search client_ip="192.168.1.0/24" source=logs``
126126

127-
* Limitations: No wildcards for partial IP matching
127+
* Limitations: No wildcards for partial IP matching. For wildcard search use multi field with keyword: ``search ip_address.keyword='1*' source=logs`` or WHERE clause: ``source=logs | where cast(ip_address as string) like '1%'``
128128

129129
**Field Type Performance Tips**:
130130

0 commit comments

Comments
 (0)