The Filter tab provides an easy way of filtering down your search field.
The dropdowns in the Filter tab offer an easy way to filter down your search field using the most important properties available, and at the same time give you an overview of how well-represented the top options are in the current search field via the bar charts.
The following properties are available for filtering in the Filter tab:
- Published Date
- Signal Types
- Countries
- Tags (Topics)
- Categories
- Sources
- Languages
- People
- Organizations
- Places
Note: Only the first 6 filters marked bold in the list above are visible by default, while the others can be added.
Filter Bar Charts
Most filters are made up of a dropdown that allows you to select and deselect values for the filter's property (A), and a bar chart underneath that allows you to gauge the importance of that particular value (B).
Tips:
- In order to select a single value for the filter, hover over an option. Click on the ONLY-button (1) that appears to select only that option. Click outside the dropdown to submit the changes.
- Hovering over a bar chart entry with your mouse will reveal how many documents belong to this value (2). The same information is also visible in the dropdown.
- You can deselect a value straight from the bar chart, by hovering over an entry and clicking on the "x" that appears (3).
- Note that only the top 5 options are shown as bars in the bar chart. To see how many more values are part of the current filter, but are not shown, look at the bottom of the widget (4).
Documents without values for a property
It can happen that signals do not have any value for a property (e.g. if the country of publication is unknown). This category is shown in the dropdown and also in the bar chart if there are enough signals without a value for that property, or if you have filtered by that category. This is displayed as "(No Value)".
Published Date
In the filter for the published date, you can select either a fixed range of time or a relative range, e.g. the last 2 years.
Saving the search field as a preset with a relative date range will preserve that information for later. This means that if you open the preset again at a later stage, the time window will have shifted accordingly.
Adding Filters
You can add (and also remove) what properties to filter by in the filter customization dialog that opens when clicking on the gear icon at the top-right of the Filter tab (1).
You can also remove some properties by hitting the "x" that appears when hovering over the properties' bar chart sections.
Interplay with the Power Search
⚠️ Note: You can filter on the same property at the same time using the filter input and the power search. As the different parts of the query each narrow the search field down, only the intersection between the two filters will make it all the way to the view.
Example 1:
Choosing Germany in the Country-dropdown while also having the following power query applied...
country = "US"
... will produce no results, as a signal can currently only be published in one country and not both in the US and Germany.
Example 2:
Choosing Germany and the United States in the Country-dropdown while also having the following power query applied...
country IN ["US", "FR"]
... will produce signals that have been published in the US as this is the common value.
Learn more:
Using the Search Field and Filter tab