Bläddra i källkod

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

Added a new parameter 'search' to filter user query results.
Kiblyn11 1 månad sedan
förälder
incheckning
c6660d499c
1 ändrade filer med 1 tillägg och 0 borttagningar
  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.
 * `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.
 * `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.
 * `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)
 ## Sharing with a master token (deprecated)