Skip to content

Commit

Permalink
fix wrong search results for branch libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kubegu committed Sep 18, 2023
1 parent 43c9927 commit 5cc4bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library-le/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func createSearchRequest(branchCode int, searchString string, jSessionId string,
query.Add("CSId", userSessionId)
query.Add("searchString[0]", searchString)
query.Add("selectedSearchBranchlib", strconv.FormatInt(int64(branchCode), 10))
query.Add("selectedViewBranchlib", strconv.FormatInt(int64(branchCode), 10))
request.URL.RawQuery = query.Encode()
return request
}
Expand Down

0 comments on commit 5cc4bbc

Please sign in to comment.