简易模式【searchType=1,此字段必填】
注意:1. [ !#^&+|(){}[]<>~!#&()——+|{}【】]-等特殊符号不支持;
2.不支持如!&,!|,!! 连着写法;
3.三组关键词累加输入长度限制不超过200(包含200)。
{
"searchMode": {
"searchType": 0,
"keywordExps": [
"string"
],
"simpleKeyword": {
"mustKeyWord": [
"string"
],
"mustKeyWordComplex": [
"string"
],
"anyKeyWord": [
"string"
],
"needExclude": [
"string"
]
}
},
"matchMethods": [
0
],
"uuid": "string",
"index": "string",
"isHighLight": false
}
curl --location --request POST '/v1/search/getSearchDetail' \
--header 'appKey;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchMode": {
"searchType": 0,
"keywordExps": [
"string"
],
"simpleKeyword": {
"mustKeyWord": [
"string"
],
"mustKeyWordComplex": [
"string"
],
"anyKeyWord": [
"string"
],
"needExclude": [
"string"
]
}
},
"matchMethods": [
0
],
"uuid": "string",
"index": "string",
"isHighLight": false
}'