The tags are $ascii and $text.
The client sends:
{
"jsonrpc": "2.0",
"id": 2,
"method": "FindMatchingFields",
"handle": 1,
"params": [
"Polygons",
[
"$ascii",
"$text"
]
]
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 2,
"result": {
"qFieldNames": [
{
"qName": "Polygons",
"qTags": [
"$ascii",
"$text",
"$geopolygon"
]
},
{
"qName": "Regions",
"qTags": [
"$ascii",
"$text",
"$georegion"
]
},
{
"qName": "Polyline",
"qTags": [
"$ascii",
"$text",
"$geopolyline"
]
},
{
"qName": "Points",
"qTags": [
"$geopoint",
"$ascii",
"$text"
]
}
]
}
}
Four fields contain either one or both of the specified tags.