shuao23
(Shuhei Aoki)
19 ביוני, 2025, 8:06am
1
I accidently clicked disable AI powered search on my main account, I can’t seem to find a way to reenable this. Is it possible?
Thanks
Falco
(Falco)
19 ביוני, 2025, 9:58pm
2
keegan
(Keegan George)
19 ביוני, 2025, 10:13pm
3
I don’t think so… Search discoveries is currently disabled on Meta which is why we can’t see the setting here.
I can still see it when I test it out locally…
@shuao23 If you the site has the feature enabled (i.e. SiteSetting.ai_bot_enabled = true and SiteSetting.ai_bot_discover_persona is set) it should be configurable for each user at: /my/preferences/ai by toggling Enable search discoveries.
shuao23
(Shuhei Aoki)
19 ביוני, 2025, 11:38pm
4
Nice, I can go to the link, but for some reason the self hosted instance we use doesn’t have that tab
keegan
(Keegan George)
20 ביוני, 2025, 5:24pm
6
Ah yes, thanks for pointing that. There was actually a Bug here, I just pushed a fix:
main ← fix-preferences
merged 05:12PM - 20 Jun 25 UTC
This update fixes an issue where the AI user preferences tab was not appearing u… nless `SiteSetting.ai_helper_enabled` was `true`. This is because we previously checked for it's presence when user preferences only had a single setting related to Helper. However, since then, we've also added search discoveries setting there too. As such, we don't want it to depend on Helper. We also sneak in this update a modernization of converting the preferences template from `.hbs` to `.gjs`.