deedy5 / duckduckgo_search

Search for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine. Downloading files and images to a local hard drive.
MIT License
932 stars 117 forks source link

some dorks with '"' don't work #97

Closed sandyboxy closed 1 year ago

sandyboxy commented 1 year ago

Describe the bug Some dorks don't work such as q = 'site:linkedin.com "wikipedia"' This is my piece of code:

q = 'site:linkedin.com "{}"'.format(name)
with DDGS() as ddg:
    ddg_res = ddg.text(q)

It returns: Wikipedia, the Free Encyclopedia | 13,303 followers on LinkedIn. Imagine a world in which every single human being can freely share in the sum of all knowledge. | Wikipedia is a multilingual ... While, if I make the query via DDG gui I have the following result: About us. Wikipedia is a multilingual online encyclopedia, based on open collaboration through a wiki-based content editing system. Website. https://www.wikipedia.org/. Industries. Software

it seems like it doesn't work the query with '"'

Specify this information

deedy5 commented 1 year ago

scr