Arama Yardım
Arama yaparken:
  • Kelime, deyim, yada özel karakterler kullanabilirsiniz
  • Operatör kullanabilirsiniz: AND, OR, NOT, and NEAR
  • İç içe aramalar yapabilirsiniz
Arama yaparken bazı kurallara uymak gerekmektedir:
  • Aramalar case-insensitive'dir. Yani kelimeleri yazarken büyük harf yada küçük harf kullanabilirsiniz ve bu sonucu değiştirmez.
  • Nokta (.), iki nokta üst üste (:), noktalı virgül (;), virgül (,), ve tire (-) gibi ünlem işaretleri dikkate alınmaz.
  • Anahtar kelimelerinizi tırnak (") yada prantez işareti ile guruplayabilirsiniz
  • Bir dosya arıyorsanız, “dosyaismi.ext” şeklinde aramalısınız. Tırnak içine almazsanız, sorgulamanız dosyaismi AND ext olarak algılanacaktır.
Kelimeler, Deyimler, Özel İşaretler
  • sailkelimesi içinde sail geçen tüm kelimeleri getirecektir. (İngilizce kelimeler için, anahtar kelimenizin gramatik formlarıda sonuçlar arasında gelecektir. Örneğin sailing ve sailor gibi.)
  • Deyim “new operator” yada new operator içinde “new operator” geçen herşeyi getirecektir.
    Tırnak işaretleri kullanılmazsa, arama motoru bu nu “new AND operator” olarak algılayacaktır
  • Özel karakterler "esc*" içinde ESC, escape, escalation, ve benzeri kelimeler geçen sonuçları getirecektir.
  • Yıldızı tek başına kullanamazsınız.
  • 80?86 anahtar kelimesi, içinde 80186, 80286, 80386, vs geçen sonuçları getirecektir.
  • Önemli not:Soru işareti ve yıldız işareti tek başına kullanılamaz.
  • "*86" içinde 386, 486, x86, QEMM386, 8086, vs geçen sunuçları getirecektir.
  • Not:add anahtar kelimesi için arama yaptığınızda, ingilizcedeki gramatik türevleri olan adds, ve added de sonuçlar arasına dahil edilir..
AND, OR, NOT, ve NEAR Operatörleri
AND, OR, NOT, ve NEAR operatörleri sizin aramalarınızı etkinleştirmenize yardımcı olacaktır. Hiçbir operatör kullanılmazsa AND kullanılır. Mesela “spacing border printing” ve “spacing and border and printing.” aynı sonuçları getirir.
Both terms in the same topic dib AND palette Topics containing both the words dib and palette. Either term in a topic raster OR vector Topics containing either the word raster or the word vector. First term without the second term ole NOT dde Topics containing the word OLE, but not the word DDE. Both terms in the same topic, close together user NEAR kernel Topics containing the word user within eight words of the word kernel.

Note The |, &, and ! characters do not work as Boolean operators (use OR, AND, and NOT).


Nested Expressions
Nesting allows you to create more complex search expressions. For example, “control AND ((active OR dde) NEAR window)” finds topics containing the term control along with the terms active and window close together, or containing control along with the terms dde and window close together.
Some guidelines apply to nested search expressions:
  • Use parentheses to nest expressions within a query. The expressions in parentheses are evaluated before the rest of the query.
  • Searches that do not contain a nested expression are evaluated from left to right. For example, “Control NOT active OR dde” finds topics containing the term control without the term active, or topics containing the term dde. (However, “control NOT (active OR dde)” finds topics containing the term control without either of the terms active or dde.)
  • You cannot nest expressions more than five levels deep.