add search example for category name with space
This commit is contained in:
parent
86374c90de
commit
5a7831265a
|
@ -2485,8 +2485,12 @@ en:
|
|||
<tr><td><code>posts_count:num</code></td><td><code>min_age:days</code></td><td><code>max_age:days</code></td> <td colspan=2></td></tr>
|
||||
</table>
|
||||
</p>
|
||||
<h3>Examples</h3>
|
||||
<p>
|
||||
<code>rainbows category:parks status:open order:latest</code> will search for topics containing the word "rainbows" in the category "parks" that are not closed or archived, ordered by date of last post.
|
||||
<ul>
|
||||
<li><code>rainbows category:parks status:open order:latest</code> will search for topics containing the word "rainbows" in the category "parks" that are not closed or archived, ordered by date of last post.</li>
|
||||
<li><code>rainbows category:"parks and gardens" in:bookmarks</code> will search for topics containing the word "rainbows" in the category "parks and gardens" that are bookmarked by you.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
badges:
|
||||
|
|
Loading…
Reference in New Issue