ContentCreator · Editor Guide

Navigating & Internal Search

Every project is a tree of pages, sections, datasets, media and templates. This guide shows the four ways to move around it in ContentCreator — clicking through the live preview, walking the Navigation tree, jumping back via Visited Lately, and — fastest of all — the internal search that finds any element by name or content and takes you straight to it.

AI generated Heads up: This documentation was generated with AI and may contain inaccuracies or out-of-date details. Always verify critical information independently before relying on it.

Overview

A FirstSpirit project can hold thousands of elements. ContentCreator gives you several complementary ways to reach the one you need, so you rarely have to remember exactly where something lives.

Way to navigateBest when…
In-context previewYou can see the element on a page — click it directly to edit.
Navigation panel (site tree)You know roughly where a page sits in the menu structure.
Visited latelyYou want to jump back to something you just had open.
Internal searchYou know a word from the name or content but not the location — the fastest route.
Reports & data sourcesYou are looking for a dataset or a media asset rather than a page.
The screenshots in this guide use the sample Smart Living demo project. Your projects, menu structure and content will differ, but the interface and the way navigation and search behave are the same.
These capabilities are not limited to classic web projects. With the appropriate implementation they work just as well in headless scenarios where FirstSpirit is not the leading system — for example when content is delivered through CaaS/OCM to a separate front end. See The Navigation Panel for why tree navigation works even before a front end exists.
Note: For a tour of the whole editor — edit mode, inline editing, sections and workflows — see ContentCreator: An Introduction for Editors.

The Preview & Workbar

When you open a project, ContentCreator shows the current page in a live, in-context preview. Two toolbars frame it and are always available while you navigate:

  • Top toolbar — the burger menu (top-left) that opens the Navigation panel, create (+), undo/redo, bookmark, the apps grid, developer tools (code / DOM), the content-language selector (EN), and the global Search… box on the far right.
  • Workbar (the icon rail down the right edge) — opens the report and tool panels: search results, bookmarks, tasks, edit history / Visited lately, and the data-source and media reports.
ContentCreator showing a live page preview, the top toolbar with the search box, and the vertical workbar icon rail on the right edge
The starting point: the in-context preview, the top toolbar (search box on the far right), and the vertical workbar rail on the right that opens the report panels.

The simplest way to move around is to browse the site the way a visitor would: follow the links and menus inside the preview. Every internal link is clickable, so you can walk from the homepage into any linked page and start editing where you land.

Navigating in the preview never changes anything — you are just moving between pages. Editing only happens when you switch to edit mode and click an editable element.

Visited Lately

The Visited lately panel — the history / clock icon on the workbar — lists the elements you have opened most recently, newest first. It is the quickest way to hop back to a page or dataset you were just working on without hunting for it in the tree again.

The Visited lately panel listing recently opened elements: Interesting facts about smart devices, Smart Solutions, the Homepage, Safe living at home, and News, each with a thumbnail and its path
Visited lately: recently opened elements with a thumbnail and their path. Click an entry to reopen it in the preview.

Each entry shows the element name, its location (breadcrumb path, e.g. Our Solutions » Did you know?) and a small preview thumbnail. Clicking an entry reopens that element straight away.

Filtering & Scoping

Two dropdowns and a checkbox above the results let you narrow a broad search down to what you actually want:

ControlWhat it does
Element-type filter
(All elements)
Restrict results to a single kind of element — e.g. only pages, only media, or only datasets — instead of everything at once.
Time filter
(No time filter)
Limit results to elements changed within a period (for example, recently edited elements).
My elementsA checkbox that narrows the results to elements you last changed, useful for picking up your own work.

The Results count updates as you apply filters, so you can see immediately how much a filter narrowed the list. A refresh control next to the count re-runs the search.

Result Types & Jumping to Elements

Because search spans the whole project, a common term returns a rich mix of results. Searching for camera in the sample project, for instance, returns 19 hits spanning several element types:

  • Pages (e.g. a Standard Page under Products » Security)
  • Sections and content fragments within pages
  • Datasets (e.g. the Goomazon Oklexa SP93 product record)
  • Media (e.g. images under Images » Products)
Search results for camera showing 19 hits of mixed types (pages, sections, datasets and media) on the right, with the matching word camera highlighted in the page preview on the left
A broad term (“camera”, 19 results) surfaces pages, sections, datasets and media together. Selecting a result jumps to it and highlights the matching word in the preview.

Click any result to jump straight to that element: pages and sections open in the preview with the matching text highlighted, datasets open in their data source, and media open in the media library. This is why search is usually the fastest way to reach a known element — you skip the tree entirely.

Search is context-aware

Where a result takes you depends on where you currently are. Search for a product from the preview and clicking the result lands you on its product detail page. Run the same search with the data sources report open, and clicking the result opens that product as a dataset in its data source instead. ContentCreator drops you into the menu that matches your current context, so you reach the relevant resource in the way that fits the task at hand.

Reports & Data Sources

Not everything lives on a page. Datasets (structured content such as products or news) and media are reached through the reports on the workbar rather than the site tree.

Opening the data sources report lists the available data sources — for example Product, Category, Location, News, Author and Tag — which you can view as tiles or as a list.

The data sources report showing the available data sources (Global, TranslationStudio, Author, Category, Location, News, Product, Tag) as tiles, with a tree of the same on the left
The data sources report: the project’s data sources shown as tiles, with a matching tree on the left and view-mode toggles (list / card) at the top right.

Opening a data source shows its records in a table you can sort and browse. Each row is one dataset; the columns are the fields of that content type — here a product’s name, description, image, price and category.

The Product data source open as a table listing datasets such as Security Camera H-3710-N, Goomazon Oklexa SP93 and Thermostat T2000 with columns for name, description, image, price and category; one row is selected
A data source opened as a table — one dataset per row, one field per column. Select a row to open the dataset; the toolbar switches between list, table and card views.
This guide only covers reaching datasets. For editing them — the anatomy of a dataset, editing once to update everywhere, and showing datasets on a page — see Working with Data Sources in ContentCreator.

Quick Reference

GoalHow
Open a page you can seeClick its link in the preview.
Open a page by its place in the menuWorkbar → Navigation tab → expand the tree → click the node.
See the sections of the current pageNavigation panel → Page tab.
Switch content languageLanguage selector (EN) in the toolbar or atop the navigation tree.
Reopen something you just had openWorkbar → Visited lately.
Find any element by name or contentType in the Search… box; click a result to jump to it.
Narrow a searchUse the element-type and time filters, or tick My elements.
Find a dataset or media assetWorkbar → data sources / media report.

Related documentation