RediSearch / redisearch-go

Go client for RediSearch
https://redisearch.io
BSD 3-Clause "New" or "Revised" License
288 stars 65 forks source link

fix #143 FILTER should not have white space from the EXCLUDE `(` #145

Closed gkorland closed 2 years ago

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 2 years ago

Codecov Report

Merging #145 (464d87d) into master (7a5af81) will increase coverage by 0.14%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #145      +/-   ##
==========================================
+ Coverage   74.62%   74.77%   +0.14%     
==========================================
  Files          13       13              
  Lines        1344     1344              
==========================================
+ Hits         1003     1005       +2     
+ Misses        286      285       -1     
+ Partials       55       54       -1     
Impacted Files Coverage Δ
redisearch/query.go 86.03% <100.00%> (ø)
redisearch/client.go 69.90% <0.00%> (+0.47%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7a5af81...464d87d. Read the comment docs.

xjplke commented 2 years ago

It's great