The client sends:
                        {
  "jsonrpc": "2.0",
  "id": 2,
  "method": "SearchSuggest",
  "handle": 1,
  "params": [
    {},
    [
      "Oakmont"
    ]
  ]
}
                        The engine returns:
                        {
  "jsonrpc": "2.0",
  "id": 2,
  "result": {
    "qResult": {
      "qSuggestions": [
        {
          "qValue": "Oakmont,",
          "qTerm": 0
        },
        {
          "qValue": "Oakmont East",
          "qTerm": 0
        },
        {
          "qValue": "Oakmont_Pennsylvania_United",
          "qTerm": 0
        },
        {
          "qValue": "Oakmont Golf",
          "qTerm": 0
        },
        {
          "qValue": "Oakmont Country",
          "qTerm": 0
        },
        {
          "qValue": "Oakmont",
          "qTerm": 0
        },
        {
          "qValue": "Oakmont Dr",
          "qTerm": 0
        }
      ],
      "qFieldNames": []
    }
  }
}
                        The list of suggestions is returned.