FieldRestriction
When you have set Mode to Index
, you can add a field restriction to the expansion to return only terms that appear in the specified field.
Set FieldRestriction
to a list of the fields from which you want to return result terms. Separate multiple fields with colons (:). Query Manipulation Server adds the specified field restrictions to the Text
parameter in the TermExpand
action that it sends to the Content component data index. For more information, refer to the Content Component Help.
NOTE: The fields that you specify must be configured as UnstemmedTrackFields
in the Content component index.
Actions: | TypeAhead |
Type: | String |
Default: | |
Example: | FieldRestriction=Title:Product:ShortDescription
|
See Also: |