|
@@ -157,7 +157,7 @@ const (
|
|
SearchMaxPageNum = 10 //免费用户500条记录
|
|
SearchMaxPageNum = 10 //免费用户500条记录
|
|
SearchMaxPageNum_PAYED = 100 //付费用户5000条记录
|
|
SearchMaxPageNum_PAYED = 100 //付费用户5000条记录
|
|
|
|
|
|
- bidSearch_field_1 = `"_id","title","publishtime","toptype","subtype","type","area","city","s_subscopeclass","bidamount","budget","buyerclass","spidercode","site"` //,"filetext"
|
|
|
|
|
|
+ bidSearch_field_1 = `"_id","title","publishtime","toptype","subtype","type","area","city","s_subscopeclass","bidamount","budget","buyerclass","spidercode","site","filetext"` //,"filetext"
|
|
bidSearch_field = bidSearch_field_1 + `,"bidopentime","winner","buyer","projectname","projectcode","projectinfo"`
|
|
bidSearch_field = bidSearch_field_1 + `,"bidopentime","winner","buyer","projectname","projectcode","projectinfo"`
|
|
query_bool_should = `{"bool":{"should":[%s],"minimum_should_match": 1}}`
|
|
query_bool_should = `{"bool":{"should":[%s],"minimum_should_match": 1}}`
|
|
)
|
|
)
|