How to search faster and professionally on Google
Morcos Gad
Posted on February 4, 2022
If you make a mistake in your project or your code, or you want to search for a specific code or information that helps you in your project, here you must use some tips that help you and wanted to share with you. I got them from the source https://www.youtube.com/watch?v=0d6FcBTtXbA
1- by F6
in the keyboard Connect the search box quickly
2- We put, for example, the error message in " "
It will treat the text inside it with the same match in the search
3- Search for results in a specific site site: domain.com SearchTerm
4- An example of excluding a specific word in the search python condition -if
5- Search after a certain date SearchTerm after :2020
6- Search before a certain date SearchTerm before :2020
7- Search between two specific dates SearchTerm 2015..2017
8- Here we are looking for a specific information that is in a specific language of the two languages, as in the example change Background (js|css)
9- Here we are looking for two pieces of information next to each other, as in the example js and css
10- We put a tick wild card *
to give us suggestions in the search
11- Search for a specific file type as in the example file :pdf clean code
I hope you enjoyed it as much as I enjoyed sharing the information.
Posted on February 4, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.