{
  "description": "test that text search within notes works",
  "params": {
    "comment": "test"
  },
  "geojson": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "geometry": {
          "type": "Point",
          "coordinates": [
            6.1373234,
            50.7550836
          ]
        },
        "properties": {
          "id": 8,
          "createdAt": "2013-04-24T08:15:06.000Z",
          "closedAt": null,
          "note": "test",
          "userName": "Oli-Wan",
          "lastCommentComment": "test close",
          "lastCommentTimestamp": "2013-05-24T08:15:07.000Z",
          "lastCommentUserName": "Oli-Wan",
          "lastCommentUserID": null,
          "lastCommentAction": "closed",
          "commentCount": "2"
        }
      },
      {
        "type": "Feature",
        "geometry": {
          "type": "Point",
          "coordinates": [
            68.86415,
            36.7232991
          ]
        },
        "properties": {
          "id": 4,
          "createdAt": "2013-04-24T08:07:02.000Z",
          "closedAt": "2013-04-24T08:08:51.000Z",
          "note": "test",
          "userName": "FredB",
          "lastCommentComment": null,
          "lastCommentTimestamp": "2013-04-24T08:08:51.000Z",
          "lastCommentUserName": "FredB",
          "lastCommentUserID": null,
          "lastCommentAction": "closed",
          "commentCount": "2"
        }
      }
    ],
    "total": "2"
  }
}