Open the index, then Documents. This tab is the catalog editor. Ranked search belongs on Test Search.
Browse and find
The list is paginated. Use Find to search indexed text (title, description, and similar fields), or filter by object ID prefix.
Find is lexical over stored document text. It is not the same as /v1/autocomplete. Use Test search to preview the Search API.
Empty indexes link back to Import.
Edit a document
Open a row to edit:
- Title, Description, Manufacturer
- Additional fields on the raw payload (including URLs and numbers)
- optional Knowledge graph enrichment (brand, series, specs, applications) when present
Graph fields are read-only. They are written at ingest when entity extraction is enabled for the plan. Re-ingest or wait for a job that extracts entities; you cannot type them in by hand.
Save writes the document back to the index. Keep the document ID stable.
Duplicate, delete, copy
- Duplicate creates a new document from the current payload. Large duplicates can enqueue a task.
- Delete removes the document permanently.
- Copy copies document JSON to the clipboard.
Show raw JSON expands stored raw fields without opening the editor.
When to import instead
Patch individual records here. For catalog-wide updates, a new file, Shopping CSV, or crawl on Import is faster and keeps IDs consistent.