search_syntax.html 4.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Search syntax &#8212; searx 0.12.0 documentation</title>
  7. <link rel="stylesheet" href="../_static/style.css" type="text/css" />
  8. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '../',
  12. VERSION: '0.12.0',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true,
  16. SOURCELINK_SUFFIX: '.txt'
  17. };
  18. </script>
  19. <script type="text/javascript" src="../_static/jquery.js"></script>
  20. <script type="text/javascript" src="../_static/underscore.js"></script>
  21. <script type="text/javascript" src="../_static/doctools.js"></script>
  22. <link rel="index" title="Index" href="../genindex.html" />
  23. <link rel="search" title="Search" href="../search.html" />
  24. <link rel="next" title="Why use a private instance?" href="own-instance.html" />
  25. <link rel="prev" title="Welcome to searx" href="../index.html" />
  26. <link media="only screen and (max-device-width: 480px)" href="../_static/small_flask.css" type= "text/css" rel="stylesheet" />
  27. <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
  28. </head>
  29. <body>
  30. <div class="document">
  31. <div class="documentwrapper">
  32. <div class="bodywrapper">
  33. <div class="body" role="main">
  34. <div class="section" id="search-syntax">
  35. <h1>Search syntax<a class="headerlink" href="#search-syntax" title="Permalink to this headline">¶</a></h1>
  36. <p>Searx allows you to modify the default categories, engines and search
  37. language via the search query.</p>
  38. <p>Category/engine prefix: <code class="docutils literal"><span class="pre">!</span></code></p>
  39. <p>Language prefix: <code class="docutils literal"><span class="pre">:</span></code></p>
  40. <p>Prefix to add engines and categories to the currently selected
  41. categories: <code class="docutils literal"><span class="pre">?</span></code></p>
  42. <p>Abbrevations of the engines and languages are also accepted.
  43. Engine/category modifiers are chainable and inclusive (e.g. with
  44. <a class="reference external" href="https://searx.me/?q=%21it%20%21ddg%20%21wp%20qwer">!it !ddg !wp qwer</a>
  45. search in IT category <strong>and</strong> duckduckgo <strong>and</strong> wikipedia for <code class="docutils literal"><span class="pre">qwer</span></code>).</p>
  46. <p>See the <a class="reference external" href="https://searx.me/preferences">/preferences page</a> for the
  47. list of engines, categories and languages.</p>
  48. <div class="section" id="examples">
  49. <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2>
  50. <p>Search in wikipedia for <code class="docutils literal"><span class="pre">qwer</span></code>:
  51. <a class="reference external" href="https://searx.me/?q=%21wp%20qwer">!wp qwer</a> or
  52. <a class="reference external" href="https://searx.me/?q=%21wikipedia%20qwer">!wikipedia qwer</a></p>
  53. <p>Image search:
  54. <a class="reference external" href="https://searx.me/?q=%21images%20Cthulhu">!images Cthulhu</a></p>
  55. <p>Custom language in wikipedia:
  56. <a class="reference external" href="https://searx.me/?q=%3Ahu%20%21wp%20hackerspace">:hu !wp hackerspace</a></p>
  57. </div>
  58. </div>
  59. </div>
  60. </div>
  61. </div>
  62. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  63. <div class="sphinxsidebarwrapper"><div class="sidebar_container body">
  64. <h1>Searx</h1>
  65. <ul>
  66. <li><a href="../index.html">Home</a></li>
  67. <li><a href="https://github.com/asciimoo/searx">Source</a></li>
  68. <li><a href="../blog/blog.html">Blog</a></li>
  69. <li><a href="https://github.com/asciimoo/searx/wiki">Wiki</a></li>
  70. <li><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Public instances</a></li>
  71. </ul>
  72. <hr />
  73. <ul>
  74. <li><a href="https://twitter.com/Searx_engine">Twitter</a></li>
  75. </ul>
  76. </div>
  77. </div>
  78. </div>
  79. <div class="clearer"></div>
  80. </div>
  81. <div class="footer">
  82. &copy; Copyright 2015-2017, Adam Tauber.
  83. </div>
  84. </body>
  85. </html>