Ben Greenbank

Results 3 issues of Ben Greenbank

Hi We currently use the `'allowAdminChanges' => false,` option in `general.php` in our Staging and Production environments. However when we try to access the User manual entries (admin/usermanual), it seems...

bug

### Description When adding a text link, the URL is automatically prefixed with `http://`, even if the user only types `google.com` for example. So the result would be `http://google.com`. This...

bug
redactor issue

By accepting an `interface` here, we could encounter issues where incorrect parameters are passed to the function, see an example [here](https://github.com/algolia/go/pull/15400). Could we type it as an option instead? https://github.com/algolia/algoliasearch-client-go/blob/64232385c99915e8dc51daa1fa4c753c2ab7e97a/algolia/search/index_settings.go#L11-L29