Mathis
(El zorro)
1
Hi Everyone,
You shall know that I am not an expert in development and that the issue might be related to a simple misconfiguration.
In the “Admin Panel” the section “Search Preferences” is not displaying anymore. I am quit sure that the section was existing before.
I applied this patch for Location search:
https://patch-diff.githubusercontent.com/raw/sharetribe/sharetribe/pull/3256.patch 11
Then certainly search preferences disappeared. Anyword of advice or HELP for me please ??
zenik
(zenik)
2
Search preferences section is displayed only if FeatureFlagHelper.location_search_available
And by default it is available only on hosted version, so I believe you could see it only there.
And after applying that patch you should restart your app, so that section will appear.
Mathis
(El zorro)
3
Thank you for replying ZENIK!
Vontlin
(Prabu)
4
hi … i have the same issue… please help how to enable this?
Hi @Vontlin,
I believe @zenik provide solution what solve @Mathis issue and should be your first approach.
I’m copying it below for reference:
Search preferences section is displayed only if FeatureFlagHelper.location_search_available
And by default it is available only on hosted version, so I believe you could see it only there.
And after applying that patch you should restart your app, so that section will appear.