When querying, Find can combine results in different ways, for example to ensure that each document returns a single result even when the index contains multiple sections for the same document. The default method for combining results is simple.
This can be changed to " " (empty string), to disable combining, or another Combine value. Refer to the IDOL Server Reference for details.
To change the combine method
config.json
in a text editor.combineMethod
property.Change the value of combineMethod
to an appropriate value. For example:
"combineMethod": "Simple+FieldCheck"