As the number of content entries you have grows, filter through your content entries to find the content you need at any given time.
- Press the Filter button to choose from several properties to narrow your content entry search.
- Develop custom queries with JavaScript to develop precise searches.
To search through content entries by property:
- Click the Filter button within your Space's content entry page.
- From the dropdown, choose a data property to filter on.
- Create your query using the dropdowns and text fields.
- Click Done.
This applies your filter to the list of content entries for the current Model.
Optionally add more properties to the filter to create a narrower search.
If you'd like to create a more customized filter, use custom queries:
- Click the Filter button.
- Select Custom query at the bottom of the filter list.
- Write a own MongoDB query to fetch specific content.
- Exit the code window and then click Done.
For more details on how to build custom queries, visit the Querying Cheatsheet.
To specifically view archived content:
- Click the Filter button.
- Select Published within the dropdown field.
- For the value, choose archived.
- Click Done.
For more content management tips, visit History or A/B Testing.