Skip to content
Snippets Groups Projects
Unverified Commit 6aad0b85 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

update env var docs (#50947)

parent 4bbc9212
No related branches found
No related tags found
No related merge requests found
......@@ -567,13 +567,6 @@ Allow users to explore data using X-rays.
Enumerated field values with cardinality at or below this point are treated as enums in the pseudo-ddl used in some model prompts.
### `MB_EXPERIMENTAL_FULLTEXT_SEARCH_ENABLED`
- Type: boolean
- Default: `false`
Enables search engines which are still in the experimental stage.
### `MB_FOLLOW_UP_EMAIL_SENT`
- Type: boolean
......@@ -1411,6 +1404,13 @@ don't have one.
Is SCIM currently enabled?
### `MB_SEARCH_ENGINE`
- Type: keyword
- Default: `:in-place`
Which engine to use when performing search. Supported values are :in-place and :appdb.
### `MB_SEARCH_TYPEAHEAD_ENABLED`
- Type: boolean
......
......@@ -101,7 +101,8 @@
:export? false
:default nil
:type :json
:on-change sync-metadata)
:on-change sync-metadata
:doc false)
(defn- update-metadata! [new-metadata]
(if *mocking-tables*
......
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