Skip to content

Commit

Permalink
Merge pull request #15036 from itornaymora/patch-1
Browse files Browse the repository at this point in the history
Update search-filter-entities.mdx
  • Loading branch information
bradleycamacho committed Oct 31, 2023
2 parents e36f688 + a52fece commit e516680
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,3 @@ To add more filters, first you have to select an operator, `AND` or `OR.` Tips o
* Use `AND` to indicate you want to restrict the selection removing entities from the list of results. You can also use the AND operator to add conditions that need to be met in the list of results, for example, **entityType = Services `AND` location = APAC**.
* Note that **entityType = Services `AND` entityType = Hosts** doesn’t return any results, as entities can only have one type and no entity would match this condition.
* Use `OR` to add more entities to the selection. For example, the filter **entityType = Services `OR` entityType = Hosts** returns every entity you have access to that is of type `Services` or `Hosts`.

## Save filtered views [#save]

When you have a filter you like and want to use later, click the **Save as view** button to the right of the filter bar.

To view saved filters, from the **All entities** view, look in the **Saved views** section on the right.

0 comments on commit e516680

Please sign in to comment.