search_syntax.html 4.4KB

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