From 6dd26d88c0e6d99f172b20358f10c8c640e4598c Mon Sep 17 00:00:00 2001 From: Jyoti Wadhwani Date: Wed, 11 Mar 2020 15:17:11 -0700 Subject: [PATCH] Update search-onboarding.md --- docs/how/search-onboarding.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how/search-onboarding.md b/docs/how/search-onboarding.md index d6a4913aeb..987745290d 100644 --- a/docs/how/search-onboarding.md +++ b/docs/how/search-onboarding.md @@ -55,7 +55,8 @@ public abstract class BaseSearchConfig { ``` [DatasetSearchConfig] is the implementation of search config for `dataset` entity. -Search query templates for datasets and users can be found [here]https://github.com/linkedin/datahub/tree/master/gms/impl/src/main/resources. + +Search query templates for various entities can be found [here](https://github.com/linkedin/datahub/tree/master/gms/impl/src/main/resources). ## 5. Add search query endpoints to GMS Finally, you need to create [rest.li](https://rest.li) APIs to serve your search queries.