खोज के लिए इस्तेमाल हुए शब्दों को ग्रुप करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
खोज के लिए इस्तेमाल हुए एक से ज़्यादा शब्दों को एक साथ ग्रुप करने के लिए, कोष्ठक ((
और )
) का इस्तेमाल करें.
उदाहरण के लिए:
(hello OR world) AND lang:java
आपके पास एक से ज़्यादा ग्रुप को नेस्ट करने का विकल्प भी होता है. उदाहरण के लिए:
((Strings OR StringBuilder) AND lang:java) OR (std AND lang:cpp)
ज़्यादा जानकारी के लिए, रेफ़रंस दस्तावेज़ में सिंटैक्स के अन्य विकल्प देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eSearch terms can be grouped together using parentheses for more complex queries.\u003c/p\u003e\n"],["\u003cp\u003eNested grouping with parentheses allows combining multiple search conditions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOR\u003c/code\u003e operator searches for either term within a group, while the \u003ccode\u003eAND\u003c/code\u003e operator requires both terms to be present.\u003c/p\u003e\n"],["\u003cp\u003eFor detailed syntax information, refer to the additional syntax options in the reference documentation.\u003c/p\u003e\n"]]],[],null,["# Grouping search terms\n\nYou can group multiple search terms together using parentheses (`(` and `)`).\nFor example: \n\n (hello OR world) AND lang:java\n\nYou can also nest multiple groups. For example: \n\n ((Strings OR StringBuilder) AND lang:java) OR (std AND lang:cpp)\n\nFor more information see [Additional syntax options](../reference#syntax-options)\nin the reference documentation."]]