Ver Fonte

Add 'search' parameter to user queries documentation (#8703)

Added a new parameter 'search' to filter user query results.
Kiblyn11 há 1 mês atrás
pai
commit
c6660d499c
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      docs/en/users/user_queries.md

+ 1 - 0
docs/en/users/user_queries.md

@@ -59,6 +59,7 @@ Some parameters can be manually added to the URL:
 * `nb`: Number of articles to return. Limited by `max_posts_per_rss` in the user configuration. Can be used in combination with `offset` for pagination.
 * `offset`: Skip a number of articles. Used in particular by the HTML view for pagination.
 * `order`: Show the newest articles at the top with `DESC`, or the oldest articles at the top with `ASC`. By default, will use the sort order defined by the user query.
+* `search`: Filter the user query results based on search filter. See [Filtering articles](./10_filter.md) for more details.
 
 ## Sharing with a master token (deprecated)