From 8e6dc764ff16cc1b9a38667da15c07576e158ead Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Wed, 11 Mar 2020 16:40:09 -0700 Subject: [PATCH] Update search-onboarding.md --- docs/how/search-onboarding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how/search-onboarding.md b/docs/how/search-onboarding.md index 987745290d..333aa715e2 100644 --- a/docs/how/search-onboarding.md +++ b/docs/how/search-onboarding.md @@ -61,7 +61,7 @@ Search query templates for various entities can be found [here](https://github.c ## 5. Add search query endpoints to GMS Finally, you need to create [rest.li](https://rest.li) APIs to serve your search queries. [BaseSearchableEntityResource] provides an abstract implementation of search and autocomplete APIs. -Any top level rest.li resource implementation could extend it and this will automatically provide search and autocomplete endpoints. +Any top level rest.li resource implementation could extend it and easily add search and autocomplete [ACTION](https://linkedin.github.io/rest.li/user_guide/restli_server#action) methods. Refer to [CorpUsers] rest.li resource implementation as an example.