Update search-onboarding.md

This commit is contained in:
Jyoti Wadhwani 2020-03-11 15:17:11 -07:00 committed by GitHub
parent da93c4855d
commit 6dd26d88c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,8 @@ public abstract class BaseSearchConfig<DOCUMENT extends RecordTemplate> {
``` ```
[DatasetSearchConfig] is the implementation of search config for `dataset` entity. [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 ## 5. Add search query endpoints to GMS
Finally, you need to create [rest.li](https://rest.li) APIs to serve your search queries. Finally, you need to create [rest.li](https://rest.li) APIs to serve your search queries.