Save Search History
T3AS allows administrators to control whether visitor search history is stored. The Save search history option is available under AI Search configuration (Search tab → Settings). It is site-wide (enable_search_history, default on). There is no plugin Flexform override. For this setting, see Save search history.
Backend steps
- Open the T3AS / AI Search module.
- Click the Search tab.
- In Settings, enable or disable Save search history.
- New search queries and answers are not written to the TYPO3 database.
- Recent-search suggestions are hidden.
- Thumbs-up/down feedback is hidden.
- AI Search continues to work (retrieval and answers).
History cleanup
30) deletes usage history older than that many days.
Data Processing Agreement (DPA) Considerations
Administrators should consider and document:- Visitor search data storage (query + AI answer)
- Data that is not stored (IP, User-Agent, cookies, FE user)
- Data retention and deletion (
t3af:history:cleanup, Usage Analytics) - Browser storage (
nsT3AsRecentSearches) - Data sent to the AI provider (query + RAG context + system instructions)
- BYOK vs T3Planet Credits — see T3Planet Credits
- Provider DPA / no model training (not controlled inside the extension)
- Microphone / Web Speech as a separate processing topic
This documentation describes technical data-management capabilities. It does not constitute legal advice.
Data Processing Agreement (DPA) Questions
Which data is stored for each interaction?
Identical queries may update
count / tstamp on an existing root row instead of always inserting a new row.