Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to disable search through appsettings #12

Open
Stefan-Truelime opened this issue Apr 19, 2024 · 1 comment
Open

Make it possible to disable search through appsettings #12

Stefan-Truelime opened this issue Apr 19, 2024 · 1 comment

Comments

@Stefan-Truelime
Copy link

Is your feature request related to a problem? Please describe.
When upgrading to to kentico 29.0.0 we encountered some issues with the azure ai search package. #11

Describe the solution you'd like
It would be nice if we can enable/disable the azure ai search in the appsettings.json like this

  "CMSAzureSearch": {
    "SearchServiceEnabled" : false //default would be true
    "SearchServiceEndPoint": "https://my-endpoint.net",
    "SearchServiceAdminApiKey": "my-admin-api-key",
    "SearchServiceQueryApiKey": "my-query-api-key"
  }

Describe alternatives you've considered
for now clearing out the SearchServiceEndPoint also 'works' i'm now able to publish pages again, but eventlog is flowing with errors

Additional context
in case for any future issue, we can just disable search and continue with our work

@liparova
Copy link

Thank you for bringing this to our attention. We'll examine it internally and keep you updated on our progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants