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 option¶
Search the catalog with a case-sensitive prefix regex search.
| キー | オプション | デフォルト |
|---|---|---|
| TRY_MONGO_REGEX_CATALOG_SEARCH | True/False | True |
Try_advanced_mongo_regex_catalog_search option¶
Search the catalog with a case-insensitive regex search. This gives you the best search experience. This is the default method and relies on TRY_MONGO_REGEX_CATALOG_SEARCH also being True
| キー | オプション | デフォルト |
|---|---|---|
| TRY_ADVANCED_MONGO_REGEX_CATALOG_SEARCH | True/False | True |