Skip to content

Commit

Permalink
Merge pull request #1128 from 0arifurrahman0/arif
Browse files Browse the repository at this point in the history
Enhance google search operators
  • Loading branch information
sabbirshawon authored Oct 9, 2024
2 parents 3f91a7d + 6bda1ca commit b0fb3ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/tricks-google-search.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
"definition": "ওয়েবপেজের টাইটেল থেকে খোঁজা",
"code": "intitle:[কাঙ্খিত-শব্দ], যেমনঃ intitle:হাতেকলমে জাভাস্ক্রিপ্ট"
},
{
"definition": "ওয়েবপেজের টাইটেল থেকে একাধিক শব্দ বা বাক্যাংশ খোঁজা",
"code": "allintitle:[কাঙ্খিত একাধিক শব্দ বা বাক্যাংশ], যেমনঃ allintitle:ওয়েব ডেভেলপমেন্ট কোর্স"
},
{
"definition": "ওয়েবপেজের মূল কন্টেন্টে একাধিক নির্দিষ্ট শব্দ বা বাক্যাংশ খোঁজা",
"code": "intext:[কাঙ্খিত একাধিক শব্দ বা বাক্যাংশ], যেমনঃ intext:পিএইচপি মাইএসকিউএল টিউটোরিয়াল"
},
{
"definition": "ওয়েবপেজের লিংক খোঁজা (ব্যাকলিঙ্ক)",
"code": "link:[কাঙ্খিত ওয়েবসাইটের-অ্যাড্রেস], যেমনঃ link:devsonket.com"
},
{
"definition": "একটা নির্দিষ্ট রেঞ্জের নাম্বার(ডেট, প্রাইস,...) খোঁজা",
"code": "phone price [5000..10000]"
Expand Down

0 comments on commit b0fb3ed

Please sign in to comment.