Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/reference/mapping/types/ip.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ GET my_index/_search
// CONSOLE
// TESTSETUP

NOTE: you can also store ip ranges in a single field using an <<range,ip_range datatype>>.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Can you start the sentence with an upper case letter? I see this is being done a lot for notes throughout the docs and I think it reads better after rendering.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Totally agree, fixed.


[[ip-params]]
==== Parameters for `ip` fields

Expand Down