Skip to content
Snippets Groups Projects
Unverified Commit b5d6ce82 authored by Tim Macdonald's avatar Tim Macdonald Committed by GitHub
Browse files

Make search typeahead available to non-admins (#15614)

parent aa5d18c6
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,9 @@
(defsetting search-typeahead-enabled
(deferred-tru "Enable typeahead search in the Metabase navbar?")
:type :boolean
:default true)
:type :boolean
:default true
:visibility :authenticated)
(def ^:dynamic db-max-results
"Number of raw results to fetch from the database. This number is in place to prevent massive application DB load by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment