@truedat/df 5.13.8 → 5.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/df",
3
- "version": "5.13.8",
3
+ "version": "5.14.0",
4
4
  "description": "Truedat Web Data Quality Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -87,8 +87,8 @@
87
87
  },
88
88
  "dependencies": {
89
89
  "@apollo/client": "^3.7.1",
90
- "@truedat/auth": "5.13.8",
91
- "@truedat/core": "5.13.8",
90
+ "@truedat/auth": "5.14.0",
91
+ "@truedat/core": "5.14.0",
92
92
  "decode-uri-component": "^0.2.2",
93
93
  "path-to-regexp": "^1.7.0",
94
94
  "prop-types": "^15.8.1",
@@ -109,5 +109,5 @@
109
109
  "react-dom": ">= 16.8.6 < 17",
110
110
  "semantic-ui-react": ">= 2.0.3 < 2.2"
111
111
  },
112
- "gitHead": "7df525b7a8d6029a2b2878b63e869923d8515622"
112
+ "gitHead": "f1e5448ad078ffe2eece70dabf785f2dc295f0e9"
113
113
  }
@@ -15,6 +15,7 @@ import {
15
15
  import { getValues } from "./valueDefinitions";
16
16
 
17
17
  const boostingEnabledScopes = ["bg", "dq", "ie", "ri"];
18
+ const searchableEnabledScopes = ["bg", "dq", "ie", "ri", "dd"];
18
19
 
19
20
  const typeFromKey = (keys) =>
20
21
  _.includes("role_groups")(keys)
@@ -260,7 +261,7 @@ export const FieldForm = ({
260
261
  />
261
262
  </Form.Field>
262
263
  ) : null}
263
- {_.includes(scope)(boostingEnabledScopes) ? (
264
+ {_.includes(scope)(searchableEnabledScopes) ? (
264
265
  <Form.Field>
265
266
  <label>
266
267
  <FormattedMessage id="template.field.searchable" />