Skip to content

Commit

Permalink
Убрал отладочные сообщения
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris committed Nov 5, 2024
1 parent 12859f2 commit 11285b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ func (rt *Router) ApiHandler(w http.ResponseWriter, r *http.Request) {
query = fmt.Sprintf(`"query": { "bool": { "must": [ %s ],"filter": [ %s %s ], "should": [],"must_not": [ %s ] }}`, xql, tf, filters, must_not)

full_query = fmt.Sprintf(`{"size": 10000, %s, %s, %s, %s }`, sort, use_source, fields, query)
fmt.Println(full_query)
//fmt.Println(full_query)

err = json.Unmarshal([]byte(full_query), &req)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion modules/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

package version

var Version = "extractor/v0.2.11"
var Version = "extractor/v0.2.12"

0 comments on commit 11285b9

Please sign in to comment.