From dae56dd3ac75ab0e9acdc4bda9dbe7f16a2418ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20=C4=8Cupi=C4=87?= Date: Tue, 23 Feb 2021 11:53:53 +0100 Subject: [PATCH] NGSTACK-489 Fix documentation --- docs/reference/extra_fields.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/extra_fields.rst b/docs/reference/extra_fields.rst index 5d1be12..dbe2eff 100644 --- a/docs/reference/extra_fields.rst +++ b/docs/reference/extra_fields.rst @@ -10,7 +10,7 @@ This feature allows you to extract additionally indexed Solr fields from each Se 1. Usage ~~~~~~~~ -In order for this functionality to work, you have to use overridden `Netgen\EzPlatformSearchExtra\API\Values\Content\Search\Query` or `Netgen\EzPlatformSearchExtra\API\Values\Content\Search\LocationQuery` queries and use it's property `extraFields` provide a list of additional fields that you want to extract from the Solr document. Those fields, if exist, and their values will appear in the `extraFields` property of each `SearchHit` object contained in the `SearchResult.` +In order for this functionality to work, you have to use overridden `Netgen\EzPlatformSearchExtra\API\Values\Content\Search\Query` or `Netgen\EzPlatformSearchExtra\API\Values\Content\Search\LocationQuery` queries and use it's property `extraFields` to provide a list of additional fields that you want to extract from the Solr document. Those fields, if exist, and their values will appear in the `extraFields` property of each `SearchHit` object contained in the `SearchResult.` 2. Example ~~~~~~~~~~