mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 05:44:59 +00:00
a1524b84e2
This commit adds support for the `created-by:<username>` query filter which will return topics created by the specified user. Multiple usernames can be specified by comma seperating the usernames like so: `created-by:username1,username2`. This will filter for topics created by either of the specified users. Multiple `created-by:<username>` can also be composed together. `created-by:username1 created-by:username2` is equivalent to `created-by:username1,username2`.