Skip to content

Commit

Permalink
NGSTACK-489 Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyCupic committed Feb 23, 2021
1 parent 24cfb1c commit dae56dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/extra_fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~
Expand Down

0 comments on commit dae56dd

Please sign in to comment.