Commit 8b39a7fd by hcy001

bom4

parent 0b91b2c2
Showing with 1 additions and 1 deletions
...@@ -35,7 +35,7 @@ func search(index string, bomId int, bomItems []model.BomItem, deliveryType, sor ...@@ -35,7 +35,7 @@ func search(index string, bomId int, bomItems []model.BomItem, deliveryType, sor
searchRequest := getSearchParams(index, bom, sort, paramsRawSearch,rawSearch,isAlike) searchRequest := getSearchParams(index, bom, sort, paramsRawSearch,rawSearch,isAlike)
searchFlag = true searchFlag = true
common.PrintDebug("查询es索引",index) common.PrintDebug("查询es索引,","是否原生rawSearch:",rawSearch," 是否类似:",isAlike,index)
common.PrintDebug(searchRequest.Body()) common.PrintDebug(searchRequest.Body())
//randInt := rand.Intn(10) //randInt := rand.Intn(10)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment