Index all Search Index
You can index all data into bo_search table by sending the following request with Post method.
-
If any data in
bo_searchtable, then firstly clear all data inbo_searchtable, and then insert records of all tables except metadata andbo_searchinto it. -
If NO data in
bo_searchtable, then insert records of all tables except metadata andbo_searchinto it directly.
4. Responses
Example 1. Response
{
"status": {
"statusCode": 1,
"statusLabel": "Success"
},
"messages": [
{
"message": "999 record(s) deleted from BO SEARCH successfully.",
"status": {
"statusCode": 1,
"statusLabel": "Success"
}
}
],
"messages": [
{
"message": "10000 record(s) inserted in BO SEARCH successfully.",
"status": {
"statusCode": 1,
"statusLabel": "Success"
}
}
],
"exception": {},
"data": {},
"version": "0.0.0.0A",
"threadName": "**system_32486",
"requestTime": "2021-05-19 10:47:40.865 +08:00",
"responseTime": "2021-05-19 10:48:58.854 +08:00"
}
4. Responses
Please see Responses