diff --git a/docs/2-search/3-test-search.mdx b/docs/2-search/3-test-search.mdx
index 2bf9e650..2d3d9141 100644
--- a/docs/2-search/3-test-search.mdx
+++ b/docs/2-search/3-test-search.mdx
@@ -1,4 +1,6 @@
-# 👐 Testing the Search Index
+import useBaseUrl from '@docusaurus/useBaseUrl';
+
+# 👐 Testing the Search index
Now that you have a search index, you can test it out.
@@ -18,6 +20,11 @@ Look at the results you get.
+:::info
+Some of the fields in the documents (like `title`) may be hidden. You can expand a document to see all of its fields by clicking the arrow button on the right side of the document.
+
+:::
+
You can see that you get a list of books back including:
* Pennsylvania Dutch _Cooking_: A Mennonite Community Cookbook.
* Semi-Homemade _Cooking_: Quick, Marvelous Meals and Nothing is Made from…
diff --git a/static/img/screenshots/2-search/3-test-search/4-expand-document.png b/static/img/screenshots/2-search/3-test-search/4-expand-document.png
new file mode 100644
index 00000000..55409793
Binary files /dev/null and b/static/img/screenshots/2-search/3-test-search/4-expand-document.png differ