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.
By default, the search bar will filter through all content entries for the current selected model.
To search through all models for a content entry, not just the selected one:
- Click the X button within the search bar.
- Type in your search term.
This will search through all content entries.
Keep in mind that searching by model is typically faster than searching through every single content entry.
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.