search_syntax.html 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>Search syntax &#8212; searx 0.12.0 documentation</title>
  8. <link rel="stylesheet" href="../_static/style.css" type="text/css" />
  9. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  10. <script type="text/javascript" src="../_static/documentation_options.js"></script>
  11. <script type="text/javascript" src="../_static/jquery.js"></script>
  12. <script type="text/javascript" src="../_static/underscore.js"></script>
  13. <script type="text/javascript" src="../_static/doctools.js"></script>
  14. <link rel="index" title="Index" href="../genindex.html" />
  15. <link rel="search" title="Search" href="../search.html" />
  16. <link rel="next" title="Why use a private instance?" href="own-instance.html" />
  17. <link rel="prev" title="Welcome to searx" href="../index.html" />
  18. <link media="only screen and (max-device-width: 480px)" href="../_static/small_flask.css" type= "text/css" rel="stylesheet" />
  19. <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
  20. </head><body>
  21. <div class="document">
  22. <div class="documentwrapper">
  23. <div class="bodywrapper">
  24. <div class="body" role="main">
  25. <div class="section" id="search-syntax">
  26. <h1>Search syntax<a class="headerlink" href="#search-syntax" title="Permalink to this headline">¶</a></h1>
  27. <p>Searx allows you to modify the default categories, engines and search
  28. language via the search query.</p>
  29. <p>Category/engine prefix: <code class="docutils literal notranslate"><span class="pre">!</span></code></p>
  30. <p>Language prefix: <code class="docutils literal notranslate"><span class="pre">:</span></code></p>
  31. <p>Prefix to add engines and categories to the currently selected
  32. categories: <code class="docutils literal notranslate"><span class="pre">?</span></code></p>
  33. <p>Abbrevations of the engines and languages are also accepted.
  34. Engine/category modifiers are chainable and inclusive (e.g. with
  35. <a class="reference external" href="https://searx.me/?q=%21it%20%21ddg%20%21wp%20qwer">!it !ddg !wp qwer</a>
  36. search in IT category <strong>and</strong> duckduckgo <strong>and</strong> wikipedia for <code class="docutils literal notranslate"><span class="pre">qwer</span></code>).</p>
  37. <p>See the <a class="reference external" href="https://searx.me/preferences">/preferences page</a> for the
  38. list of engines, categories and languages.</p>
  39. <div class="section" id="examples">
  40. <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2>
  41. <p>Search in wikipedia for <code class="docutils literal notranslate"><span class="pre">qwer</span></code>:
  42. <a class="reference external" href="https://searx.me/?q=%21wp%20qwer">!wp qwer</a> or
  43. <a class="reference external" href="https://searx.me/?q=%21wikipedia%20qwer">!wikipedia qwer</a></p>
  44. <p>Image search:
  45. <a class="reference external" href="https://searx.me/?q=%21images%20Cthulhu">!images Cthulhu</a></p>
  46. <p>Custom language in wikipedia:
  47. <a class="reference external" href="https://searx.me/?q=%3Ahu%20%21wp%20hackerspace">:hu !wp hackerspace</a></p>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  54. <div class="sphinxsidebarwrapper">
  55. <h3><a href="../index.html">Table Of Contents</a></h3>
  56. <ul>
  57. <li><a class="reference internal" href="#">Search syntax</a><ul>
  58. <li><a class="reference internal" href="#examples">Examples</a></li>
  59. </ul>
  60. </li>
  61. </ul>
  62. <div class="sidebar_container body">
  63. <h1>Searx</h1>
  64. <ul>
  65. <li><a href="../index.html">Home</a></li>
  66. <li><a href="https://github.com/asciimoo/searx">Source</a></li>
  67. <li><a href="../blog/blog.html">Blog</a></li>
  68. <li><a href="https://github.com/asciimoo/searx/wiki">Wiki</a></li>
  69. <li><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Public instances</a></li>
  70. </ul>
  71. <hr />
  72. <ul>
  73. <li><a href="https://twitter.com/Searx_engine">Twitter</a></li>
  74. </ul>
  75. </div>
  76. <div role="note" aria-label="source link">
  77. <h3>This Page</h3>
  78. <ul class="this-page-menu">
  79. <li><a href="../_sources/user/search_syntax.rst.txt"
  80. rel="nofollow">Show Source</a></li>
  81. </ul>
  82. </div>
  83. <div id="searchbox" style="display: none" role="search">
  84. <h3>Quick search</h3>
  85. <div class="searchformwrapper">
  86. <form class="search" action="../search.html" method="get">
  87. <input type="text" name="q" />
  88. <input type="submit" value="Go" />
  89. <input type="hidden" name="check_keywords" value="yes" />
  90. <input type="hidden" name="area" value="default" />
  91. </form>
  92. </div>
  93. </div>
  94. <script type="text/javascript">$('#searchbox').show(0);</script>
  95. </div>
  96. </div>
  97. <div class="clearer"></div>
  98. </div>
  99. <div class="footer">
  100. &copy; Copyright 2015-2017, Adam Tauber.
  101. </div>
  102. </body>
  103. </html>