I tried to use the site: operator with the inurl: operator, and got results that were incorrect, they did not have the inurl term in the url, but in the page. Search region was US-WEST.
site:clearclick.com inurl:video
This was a query that I built with the query builder.
I played around with some other terms, and realized that I had to use site:clearclick.com AND inurl:term, otherwise it just treats inurl: like a general keyword search.
Then I also noticed that even valid results that did windup in the non-AND search were not showing in the AND search.
Compare the results for:
site:clearclick.com inurl:collections
to the results for:
site:clearclick.com AND inurl:collections
site:example.com inurl:term should return only results on that site that have the term in the url stem. This is how it functions on other popular search engines.
site:example.com AND inurl:term should be the same search results (I think? Some other search engines seem to differ too).