meta { name: Searches for matching Memory objects, with pagination. type: http seq: 2 } post { url: {{baseUrl}}/memori/v2/Search/:strSessionID/:from/:howMany body: json auth: none } params:path { strSessionID: from: howMany: } body:json { { "text": "", "searchType": "", "date": "", "dateUncertaintyDays": "", "placeName": "", "placeLatitude": "", "placeLongitude": "", "placeUncertaintyKm": "", "tag": "", "ignoreLastRead": "", "excludedMemoryIDs": [], "contextVars": {}, "contextVarsToSet": {}, "memoryTags": [], "numberOfResults": "", "startFrom": "", "memoryType": "", "withMediaOnly": "" } }