From b8f1be31bd04cfbbbe5331c22a615f02e1d60f90 Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Sun, 9 Aug 2020 13:17:52 -0700 Subject: [PATCH] Update search-onboarding.md --- docs/how/search-onboarding.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/how/search-onboarding.md b/docs/how/search-onboarding.md index c23391446c..a29119d1dd 100644 --- a/docs/how/search-onboarding.md +++ b/docs/how/search-onboarding.md @@ -1,5 +1,7 @@ # How to onboard to GMA search? +> Refer to [this doc](./search-over-new-field.md) if you're only interested in indexing a new field of an existing entity + ## 1. Define search document model for the entity Modeling is the most important and crucial part of your design. [Search document] model contains a list of fields that need to be indexed along with the names and their data types.