How To Search Items In Matching

The example shows how to search added items. “conditions” is matched against “properties”.

Example

If searched with conditions { “value”: 10 }, the results will be items between “properties”: { “value”: 0 } and { “value”: 10 }

Example below uses Score Matching range 10.

POST /mm/search/score10

Request Body

conditions

JSON encoded search conditions: { “value”: <integer> }

howMany

Maximum number of results. If omitted, it is set to be 10.