0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Google 検索コマンド】Google検索テクニック

Last updated at Posted at 2022-12-10

Google検索テクニック

プログラミングの記事検索時に役立ちそうなテクニックを共有します。

期間を指定検索する

before: 指定の年数より前を検索
after: 指定の年数より以後を検索

next.js css after:2020
=> 2020年以降のnext.js cssに関連するサイトが表示

表示するサイトを絞り込む

site: 絞り込みたいサイトを入力

next.js css site:https://qiita.com/
=> https://qiita.com/ を含むサイトだけが表示

-site: 絞り込みに除外したいサイトを入力

next.js css -site:https://qiita.com/
=> https://qiita.com/ を含まないサイトが表示

完全一致検索

検索ワードを""で完全一致検索

next.js css "CSS in JS"
=> CSS in JSを含むサイトが表示

あいまい検索

検索ワードを*にすることであいまい検索

TypeError: xxx is not a function 
↓
TypeError: * is not a function
=> エラー文コピペより、より精度が高く検索可能に

※随時更新していきます

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?