pypatent icon indicating copy to clipboard operation
pypatent copied to clipboard

Is it a bug?

Open lixinf opened this issue 4 years ago • 0 comments

When I try to search two key words, i found the result is zero. I checked code, and found it's more reasonale if searchstring = searchstring.replace(' ', '+') is changed to searchstring = searchstring.replace('-', '+') I am using the 1.1.0 version and I found whatever 1.2.0 or 1.1.0 will report error after download some patents.

lixinf avatar Nov 06 '19 06:11 lixinf