संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
खोज बॉक्स को पसंद के मुताबिक बनाने के लिए उसी तरह, खोज नतीजों के एलिमेंट में अतिरिक्त विकल्प जोड़े जा सकते हैं.
उदाहरण के लिए, वेब परिणाम-आधारित वेब खोज इंजन से हमारे खोज इंजन को बदलने के लिए
इमेज के आधार पर, हम defaultToImageSearch एट्रिब्यूट का इस्तेमाल कर सकते हैं.
सबसे पहले, आपको अपने सर्च इंजन के लिए कंट्रोल पैनल में इमेज सर्च की सुविधा चालू करनी होगी. सेटअप सेक्शन में, बेसिक जानकारी टैब में, "चालू है" में जाकर इमेज सर्च विकल्प पर क्लिक करें स्थिति. इसके बाद, अपनी वेबसाइट पर <div class="gcse-searchresults"></div> एलिमेंट में defaultToImageSearch एट्रिब्यूट जोड़ें.
<!-- अपना Programmable Search Engine आईडी यहां डालें -->
<script async src="https://cse.google.com/cse.js?cx=017643444788069204610:4gvhea_mvga"></script>
<!-- एट्रिब्यूट की वैल्यू को "सही" पर सेट करें या "गलत" -->
अब, किसी चीज़ को खोजने पर, 'इमेज सर्च' टैब डिफ़ॉल्ट तौर पर दिखता है.
वहां कई और विकल्प उपलब्ध हैं. Programmable Search Element Control API सेक्शन में, खोज के नतीजों को पसंद के मुताबिक बनाने के अन्य विकल्पों के बारे में जानें.
[[["समझने में आसान है","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"]],["आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया."],[[["The search results element can be customized with additional options, such as switching to image-based results using the `defaultToImageSearch` attribute."],["To enable image search, you need to activate it in the Control Panel for your search engine and then add the `defaultToImageSearch` attribute to the search results div element."],["The `defaultToImageSearch` attribute, when set to \"true\", makes the image search tab the default view for search results."],["Further customization options for search results can be found in the Programmable Search Element Control API documentation."]]],[]]