shuao23
(Shuhei Aoki)
6월 19, 2025, 8:06오전
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)
6월 19, 2025, 9:58오후
2
keegan
(Keegan George)
6월 19, 2025, 10:13오후
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)
6월 19, 2025, 11:38오후
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)
6월 20, 2025, 5:24오후
6
아 네, 지적해 주셔서 감사합니다. 실제로 여기 #contribute:bug가 있었고, 방금 수정을 반영했습니다:
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`.