Forum Moderators: open
I'm trying to search Google for instances of a URL cited in pages, where there is a query string attached. I've tried:
"+www.domain.+com/?"
But this seems to ignore the slash - question mark bit, and returns very similar results to:
"+www.domain.+com"
Is it possible to isolate query-string appended URLs in a search in some way? Thanks