mirror of https://github.com/searx/searx
generated files of parent
This commit is contained in:
parent
b7fda2702b
commit
e2ce068eb7
|
@ -16,18 +16,18 @@ Furthermore, two enpoints ``/`` and ``/search`` are available for querying.
|
||||||
Parameters
|
Parameters
|
||||||
``````````
|
``````````
|
||||||
|
|
||||||
+------------------+----------------------------------------------------------------------------------------------------+-----------------------------+
|
+------------------+----------------------------------------------------------------------------------------------------+--------------------------------------------------+
|
||||||
| Name | Description | |
|
| Name | Description | |
|
||||||
+==================+====================================================================================================+=============================+
|
+==================+====================================================================================================+==================================================+
|
||||||
| ``q`` | The search query, see :doc:`/user/search_syntax` | required |
|
| ``q`` | The search query, see :doc:`/user/search_syntax` | required |
|
||||||
+------------------+----------------------------------------------------------------------------------------------------+-----------------------------+
|
+------------------+----------------------------------------------------------------------------------------------------+--------------------------------------------------+
|
||||||
| ``categories`` | Comma separated list, specifies the active search categories | optional |
|
| ``categories`` | Comma separated list, specifies the active search categories | optional |
|
||||||
+------------------+----------------------------------------------------------------------------------------------------+-----------------------------+
|
+------------------+----------------------------------------------------------------------------------------------------+--------------------------------------------------+
|
||||||
| ``engines`` | Comma separated list, specifies the active search engines | optional |
|
| ``engines`` | Comma separated list, specifies the active search engines | optional |
|
||||||
+------------------+----------------------------------------------------------------------------------------------------+-----------------------------+
|
+------------------+----------------------------------------------------------------------------------------------------+--------------------------------------------------+
|
||||||
| ``lang`` | Code of the language | optional (default: ``all``) |
|
| ``lang`` | Code of the language | optional (default: ``all``) |
|
||||||
+------------------+----------------------------------------------------------------------------------------------------+-----------------------------+
|
+------------------+----------------------------------------------------------------------------------------------------+--------------------------------------------------+
|
||||||
| ``pageno`` | Search page number | optional (default: ``1``) |
|
| ``pageno`` | Search page number | optional (default: ``1``) |
|
||||||
+------------------+----------------------------------------------------------------------------------------------------+-----------------------------+
|
+------------------+----------------------------------------------------------------------------------------------------+--------------------------------------------------+
|
||||||
| ``time_range`` | Time range of search | optional |
|
| ``time_range`` | Time range of search | optional (possible: ``day``, ``month``, ``year``)|
|
||||||
+------------------+----------------------------------------------------------------------------------------------------+-----------------------------+
|
+------------------+----------------------------------------------------------------------------------------------------+--------------------------------------------------+
|
||||||
|
|
|
@ -53,9 +53,9 @@
|
||||||
<h2>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
|
<h2>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
|
||||||
<table border="1" class="docutils">
|
<table border="1" class="docutils">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="12%" />
|
<col width="11%" />
|
||||||
<col width="68%" />
|
<col width="60%" />
|
||||||
<col width="20%" />
|
<col width="30%" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead valign="bottom">
|
<thead valign="bottom">
|
||||||
<tr class="row-odd"><th class="head">Name</th>
|
<tr class="row-odd"><th class="head">Name</th>
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-odd"><td><code class="docutils literal"><span class="pre">time_range</span></code></td>
|
<tr class="row-odd"><td><code class="docutils literal"><span class="pre">time_range</span></code></td>
|
||||||
<td>Time range of search</td>
|
<td>Time range of search</td>
|
||||||
<td>optional</td>
|
<td>optional (possible: <code class="docutils literal"><span class="pre">day</span></code>, <code class="docutils literal"><span class="pre">month</span></code>, <code class="docutils literal"><span class="pre">year</span></code>)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue