Skip to content

Commit 24a47b3

Browse files
jas-kasryan953billyvg
authored
Add note for FF search in Searchable Properties page for Issues.mdx (#12777)
* Add note for FF search in Searchable Properties page for Issues.mdx * add FF to table.mdx * Update docs/concepts/search/searchable-properties/issues.mdx Co-authored-by: Ryan Albrecht <[email protected]> * Update docs/concepts/search/searchable-properties/issues.mdx Co-authored-by: Billy Vong <[email protected]> --------- Co-authored-by: Ryan Albrecht <[email protected]> Co-authored-by: Billy Vong <[email protected]>
1 parent 69d22cf commit 24a47b3

File tree

1 file changed

+7
-1
lines changed
  • docs/concepts/search/searchable-properties

1 file changed

+7
-1
lines changed

docs/concepts/search/searchable-properties/issues.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Learn more about searchable issue properties."
44
sidebar_order: 10
55
---
66

7-
[Issues](/product/issues/) are an aggregate of one or more error events. Searchable issues properties include status, assignment, aggregate counts, and age. You can search by issue properties in the **Issues** page and in **Dashboards** in the widget builder, depending on your dataset selection.
7+
[Issues](/product/issues/) are an aggregate of one or more error events. Searchable issues properties include status, assignment, aggregate counts, and age. If you have set up [evaluation tracking for feature flags](/product/issues/issue-details/feature-flags/#evaluation-tracking), you can search for issues that have error events where the feature flag evaluated value is `true` or `false`. You can search by issue properties in the **Issues** page and in **Dashboards** in the widget builder, depending on your dataset selection.
88

99
## Searchable Properties
1010

@@ -178,6 +178,12 @@ Returns issues with a matching first time seen. Syntax is the same as `age`.
178178

179179
- **Type:** datetime
180180

181+
### `flags`
182+
183+
For [feature flag evaluations](/product/issues/issue-details/feature-flags/#evaluation-tracking) set to `true` or `false`, the name of the feature flag.
184+
185+
- **Type:** boolean
186+
181187
### `geo.city`
182188

183189
Full name of the city

0 commit comments

Comments
 (0)