Airgentic Help
The AI Search Configuration Assistant on Search Configuration helps admins draft or refine search.conf — the descriptor that controls indexed fields, filters, scopes, result cards, and search UI behaviour.
The assistant is evidence-driven: it reviews your current configuration, optional reference website URL(s), and your instructions, then returns a proposal for review. Nothing is saved until you click Apply proposal.
The assistant can propose changes to descriptor-backed search settings in search.conf, including:
| Area | Examples |
|---|---|
| Fields | New keyword, date, hierarchy, or text fields when there is evidence from HTML metadata, JSON-LD, URL patterns, or existing category data |
| Filters | Enabling facets on existing or new fields |
| Scopes | Adding or adjusting search tabs, scope filters, visible tabs, default sort, and scope-specific facets |
| Result cards | Choosing built-in layouts such as media_card, compact, or tile_card, and modest badge changes |
| UI / API flags in the descriptor | Search theme, overlay template, Ask tab, AI answer, chat agent, and backend search API enablement when explicitly requested |
The assistant is conservative by design:
search.conf.ingest.conf, auto_mappings.yaml, or service.conf in the current version.Some descriptor changes can trigger reprocessing or reindexing:
| Change | Typical impact |
|---|---|
| Adding a new field with HTML/XPath/JSON-LD extraction | Usually requires filter HTML processing so values are extracted during crawl |
| Renaming a field or changing a field type | Can require a full reindex because indexed data no longer matches the schema |
| Changing result-card field references or scope filters that depend on indexed values | May require reprocessing depending on the change |
| Scope-only or UI-only changes | Often need no reindex, but you should still preview search after applying |
The assistant shows:
Review these sections carefully before applying.
Examples that work well:
Examples to avoid unless you intend a larger change:
style.css, not in search.conf.You usually need reprocessing when the assistant adds or materially changes indexed field definitions or extraction rules.
You usually do not need reindexing for:
page_type valuesIf Apply queues background jobs, Airgentic will email the applying admin when those jobs complete.