Catalog Search Install Options¶
The AI Catalog search can be configured using different search install options.
To configure these options, refer to the Tuning Datarobot Environment Variables section of this guide.
TRY_MONGO_REGEX_CATALOG_SEARCH¶
Search the catalog with a case-sensitive prefix regex search.
| Key | Options | Default |
|---|---|---|
| TRY_MONGO_REGEX_CATALOG_SEARCH | True/False | True |
TRY_ADVANCED_MONGO_REGEX_CATALOG_SEARCH¶
Search the catalog with a case-insensitive regex search. This will give you the best search experience. This is the default method and relies on TRY_MONGO_REGEX_CATALOG_SEARCH also being True
| Key | Options | Default |
|---|---|---|
| TRY_ADVANCED_MONGO_REGEX_CATALOG_SEARCH | True/False | True |