From 77480d419cff6b4bebcd2d58cbef64f25fce5200 Mon Sep 17 00:00:00 2001 From: Charlie Luo Date: Thu, 9 Oct 2025 14:00:09 -0700 Subject: [PATCH] clarify assigned_or_suggested filter --- docs/concepts/search/searchable-properties/issues.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/search/searchable-properties/issues.mdx b/docs/concepts/search/searchable-properties/issues.mdx index 752a6dc545dd9..814df4dc662ea 100644 --- a/docs/concepts/search/searchable-properties/issues.mdx +++ b/docs/concepts/search/searchable-properties/issues.mdx @@ -36,7 +36,7 @@ Returns issues assigned to the defined user(s) or team(s). Values can be a user ### `assigned_or_suggested` -Returns issues that are assigned to or suggested to be assigned to the defined user(s) or team(s). Suggested assignees are found by matching [ownership rules](/product/issues/ownership-rules/) and [suspect commits](/product/issues/suspect-commits/). Values can be a user ID (your email address), `me` for yourself, `none` for no assignee/suggestion, `my_teams` or `#team-name` for teams you belong to. +Returns issues that are either assigned to the defined user(s) or team(s), or suggested to be assigned to the defined user(s) or team(s) and are currently unassigned. Suggested assignees are found by matching [ownership rules](/product/issues/ownership-rules/) and [suspect commits](/product/issues/suspect-commits/). Values can be a user ID (your email address), `me` for yourself, `none` for no assignee/suggestion, `my_teams` or `#team-name` for teams you belong to. - **Type:** team or org user