Excluding terms
Stay organized with collections
Save and categorize content based on your preferences.
To exclude a term from search results, prepend the -
character to the term
you want to exclude. For example, the following search returns all functions
with the term main
, but excludes matches found in C++ files.
function:main -lang:cpp
For more information see Additional syntax options
in the reference documentation.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-03 UTC."],[[["\u003cp\u003ePrepend \u003ccode\u003e-\u003c/code\u003e to a search term to exclude it from results, effectively refining searches and narrowing down result sets.\u003c/p\u003e\n"],["\u003cp\u003eAn example is provided demonstrating the use of \u003ccode\u003e-lang:cpp\u003c/code\u003e to exclude C++ files when searching for functions named "main".\u003c/p\u003e\n"],["\u003cp\u003eUsers are directed to the reference documentation for further syntax options and advanced search capabilities.\u003c/p\u003e\n"]]],[],null,["# Excluding terms\n\nTo exclude a term from search results, prepend the `-` character to the term\nyou want to exclude. For example, the following search returns all functions\nwith the term `main`, but excludes matches found in C++ files. \n\n function:main -lang:cpp\n\nFor more information see [Additional syntax options](../reference#syntax-options)\nin the reference documentation."]]