संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
डिफ़ॉल्ट रूप से, क्वेरी से फ़ाइल के नाम और फ़ाइल के कॉन्टेंट, दोनों को खोजा जाता है. कई तरीकों से, सिर्फ़ फ़ाइल नामों में खोज की जा सकती है. उदाहरण के लिए, किसी फ़ाइल को उसके पाथ के हिसाब से खोजने के लिए, file फ़िल्टर का इस्तेमाल किया जा सकता है.
उदाहरण के लिए:
file:main
नीचे दिए गए फ़िल्टर, file फ़िल्टर के जैसे ही नतीजे दिखाते हैं:
filepath
f
path
फ़ाइल का नाम और एक्सटेंशन टाइप करके भी, फ़ाइल का नाम खोजा जा सकता है. उदाहरण के लिए:
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eQueries by default search through both filenames and the contents of files.\u003c/p\u003e\n"],["\u003cp\u003eYou can limit searches to filenames only by using filters like \u003ccode\u003efile\u003c/code\u003e, \u003ccode\u003efilepath\u003c/code\u003e, \u003ccode\u003ef\u003c/code\u003e, or \u003ccode\u003epath\u003c/code\u003e, along with the file path.\u003c/p\u003e\n"],["\u003cp\u003eSearching for files by their name and extension is also possible; remember to escape special characters like periods using a backslash.\u003c/p\u003e\n"]]],[],null,["# Searching for files\n\nBy default, queries search both filenames and file contents. You can limit your\nsearch to just filenames in several ways. For example, you can use the\n[`file`](../reference#filters) filter to search for a file by using its path.\nFor example: \n\n file:main\n\nThe following filters return the same results as the `file` filter:\n\n- `filepath`\n- `f`\n- `path`\n\nYou can also search for a file name by typing its name and extension. For\nexample: \n\n f:main\\.java\n\n| **Note:** The preceding example escapes the period (`\\.`). This is so the search doesn't match filenames without periods like mainjava."]]