diff --git a/docs/network.rst b/docs/network.rst
index 9578d5358b138244ae1f75e44f5c436e3363398e..fe61749fdaac97f8ce1f14bf06ceb1261558359d 100644
--- a/docs/network.rst
+++ b/docs/network.rst
@@ -61,7 +61,9 @@ As for the inventory :ref:`inventory-search`, Elasticsearch is used as the full-
 
 .. image:: _static/network/search_host_name_field.png
 
-- To search for a MAC address, you need to use double quotes due to the ``:`` reserved character:  ``"0a:22:b9:dd:19:1d"``.
+-  Subfields (for items and interfaces) can be accessed using dot notation: ``interfaces.cnames:artifactory``.
+
+- To search for a MAC address, you need to use double quotes due to the ``:`` reserved character: ``"0a:22:b9:dd:19:1d"``.
 
 .. image:: _static/network/search_host_mac.png
 
@@ -76,11 +78,34 @@ The complete list of fields that can be searched is the following:
   - updated_at
   - user
   - name
+  - fqdn
+  - is_ioc
   - device_type
   - model
   - description
   - items
+
+    * ics_id
+    * serial_number
+    * stack_member
+
   - interfaces
+
+    * created_at
+    * updated_at
+    * user
+    * is_main
+    * network
+    * ip
+    * netmask
+    * name
+    * mac
+    * host
+    * cnames
+    * domain
+    * device_type
+    * model
+
   - ansible_vars
   - ansible_groups