VDone Demo VDone Demo
Home
  • Articles

    • JavaScript
  • Study Notes

    • JavaScript Tutorial
    • Professional JavaScript
    • ES6 Tutorial
    • Vue
    • React
    • TypeScript: Build Axios from Scratch
    • Git
    • TypeScript
    • JS Design Patterns
  • HTML
  • CSS
  • Technical Docs
  • GitHub Tips
  • Node.js
  • Blog Setup
  • Learning
  • Interviews
  • Miscellaneous
  • Practical Tips
  • Friends
About
Bookmarks
  • Categories
  • Tags
  • Archives
GitHub (opens new window)

Nikolay Tuzov

Backend Developer
Home
  • Articles

    • JavaScript
  • Study Notes

    • JavaScript Tutorial
    • Professional JavaScript
    • ES6 Tutorial
    • Vue
    • React
    • TypeScript: Build Axios from Scratch
    • Git
    • TypeScript
    • JS Design Patterns
  • HTML
  • CSS
  • Technical Docs
  • GitHub Tips
  • Node.js
  • Blog Setup
  • Learning
  • Interviews
  • Miscellaneous
  • Practical Tips
  • Friends
About
Bookmarks
  • Categories
  • Tags
  • Archives
GitHub (opens new window)
  • 学习

    • The Feynman Learning Technique
    • Note-Taking Methods
    • Strategies for Improving Learning Efficiency
    • Tips for Improving Memory
    • Tips for Self-Discipline
    • Approaches to Problem-Solving
    • Search Engine Tips and Tricks
    • 面试

    • 心情杂货

    • 实用技巧

    • Blogroll
    • 更多
    • 学习
    xugaoyi
    2020-05-24
    Contents

    Search Engine Tips and Tricks

    Everyone uses search engines regularly, but sometimes when searching for specific information, you get a flood of irrelevant results. Here are some search techniques that can improve your search efficiency and help you find information quickly.

    # Tip 1: Exclude unwanted results

    Format: keyword1 + space + minus sign + keyword2, i.e., keyword1 -keyword2

    Function: Exclude results containing certain unwanted keywords

    Example:

    hammer -hammer phone
    
    1

    This example excludes results related to hammer phone, showing only results about an actual hammer.

    Based on testing with Baidu, exclusion works for some keywords but not reliably for all.

    # Tip 2: Exact match search

    Format: Wrap the keyword in double quotes, "keyword"

    Function: Search only for the exact phrase in quotes — not a single character less, and no word splitting

    Example:

    "dalabengba"
    
    1

    Note: Use English double quotes.

    # Tip 3: Search within a specific website

    Format: site:domain keyword

    Function: Only search content within the specified domain

    Example:

    site:zhihu.com frontend
    
    1

    Some sites have poor built-in search; this technique can be a useful alternative.

    # Tip 4: Search for a specific file type

    Format: filetype:format keyword

    Example:

    filetype:pdf JavaScript
    
    1

    Common file formats include doc, pdf, ppt, etc.

    # Tip 5: Search within page titles

    Format: intitle:keyword

    Function: The keyword must appear in the page title

    # Tip 6: Search within page content

    Format: intext:keyword, allintext:keyword1 keyword2, inurl:keyword

    # Tip 7: Combine multiple search techniques

    Example:

    site:zhihu.com frontend intitle:js
    
    1

    Combine multiple techniques and keywords, separated by spaces.

    # Important Notes

    All symbols used in the above search techniques must be English characters.

    Edit (opens new window)
    #Search Tips
    Last Updated: 2026/03/21, 12:14:36
    Approaches to Problem-Solving
    Interview Questions Collection

    ← Approaches to Problem-Solving Interview Questions Collection→

    Recent Updates
    01
    How I Discovered Disposable Email — A True Story
    06-12
    02
    Animations in Grid Layout
    09-15
    03
    Renaming a Git Branch
    08-11
    More Articles >
    Theme by VDone | Copyright © 2026-2026 Nikolay Tuzov | MIT License | Telegram
    • Auto
    • Light Mode
    • Dark Mode
    • Reading Mode