googliser icon indicating copy to clipboard operation
googliser copied to clipboard

--sites flag not working correctly

Open ldekeijzer opened this issue 4 years ago • 1 comments

When using the --sites flag search excludes the domain specified instead of only search in the specified domain. The "-" before "site" in line 1119 should be removed.

https://github.com/teracow/googliser/blob/cb42c3d2efd09102bfb5eb512d0cec0e8d718988/googliser.sh#L1119

ldekeijzer avatar Apr 10 '20 22:04 ldekeijzer

Thanks Leo. Just to confirm, this should be:

search_phrase+=" site:${element} OR"

Is that correct?

teracow avatar Apr 14 '20 01:04 teracow