Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

WIP: search: add fcc search boilerplate code DO NOT MERGE #35

Open
wants to merge 9 commits into
base: cernbox
Choose a base branch
from
Prev Previous commit
Next Next commit
report: log match path
  • Loading branch information
SamuAlfageme committed Dec 13, 2022
commit 799351d886e0f3ee5a5327545a4fe592e7243e5f
3 changes: 1 addition & 2 deletions internal/http/services/owncloud/ocdav/report.go
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ package ocdav

import (
"encoding/xml"
"fmt"
"io"
"io/ioutil"
"net/http"
@@ -105,7 +104,7 @@ func (s *svc) doSearchFiles(w http.ResponseWriter, r *http.Request, sf *reportSe
}

for _, v := range res.Infos {
fmt.Println(v)
log.Debug().Msg(v.Path)
}

data := `