Skip to content

REST API

Relaxed

Details of dropped query terms when query relaxation was applied. Present only when the initial query produced zero results. Total counts and facet counts reflect the relaxed search.

Example

{
"dropped": [
{
"word": "waterproof",
"reason": "unmatched"
}
],
"text": "running shoes"
}

Properties

droppedDropped[]
List of dropped words and the reason each was removed, in the order they appeared in the query.
Example
{
"word": "waterproof",
"reason": "unmatched"
}
2 properties
wordstring
The word as it was typed.
Example
"waterproof"
reasonReason
Reason the word was dropped.
Values
"unmatched", "common"
textstring
The effective query string used to execute the search.
Example
"running shoes"

Endpoints

Endpoints where the request or responses uses this type.

Exofind is built by Level Four AB and is available under the Apache License 2.0.