Google Search – How to Merge Multiple Searches

google-search

How can I combine all of these searches into one and get all the results from one search?

Search 01: [keyword] site:docs.google.com/document/d
Search 02: [keyword] -inurl:(htm|html|php|pls|txt) intitle:index.of “last modified” (mp3|mp4|pdf)
Search 03: [keyword] parent directory

For example, I have tried something like this. But, it seems to be not working.

[keyword] (site:docs.google.com/document/d OR -inurl:(htm|html|php|pls|txt) intitle:index.of “last modified” (mp3|mp4|pdf) OR parent directory)

Best Answer

the general rule of searching is:
more you add to your search query - the fewer results you will get

your (About 14,700 results):

[keyword] (site:docs.google.com/document/d 
       OR intitle:index.of “last modified” (mp3|mp4|pdf)
          -inurl:(htm|html|php|pls|txt) 
       OR parent directory)

is the same as (About 14,700 results):

keyword site:docs.google.com/document/d
     OR intitle:index.of "last modified" (mp3|mp4|pdf)
        -inurl:(htm|html|php|pls|txt) 
     OR parent directory

but you can try (About 11,700 results):

"keyword" site:docs.google.com/document/d
       OR intitle:index.of "last modified" (mp3|mp4|pdf)
          -inurl:(htm|html|php|pls|txt) 
       OR parent directory