You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ requires testing against an index that contains geospatial records.)
63
63
3. Confirm that filters from multiple categories can be applied and removed, both on the sidebar
64
64
and the panel beneath the search form.
65
65
66
-
If the `flipflop` gem has been updated, check that the `:gdt` feature is working by ensuring that
66
+
Check that the `:geodata` feature is working by ensuring that
67
67
UI elements specific to GDT (e.g., geospatial search fields or the 'Ask GIS' link) appear with the
68
68
feature flag enabled, and do not when it is disabled.
69
69
@@ -91,8 +91,11 @@ See `Optional Environment Variables` for more information.
91
91
`basic_search#index`.
92
92
-`ACTIVE_FILTERS`: If populated, this list of strings defines which filters are shown to the user, and the order in which they appear. Values are case sensitive, and must match the corresponding aggregations used in the TIMDEX GraphQL query. Extraneous values will be ignored. If not populated, all filters will be shown.
93
93
-`BOOLEAN_OPTIONS`: comma separated list of values to present to testers on instances where `BOOLEAN_PICKER` feature is enabled.
94
-
-`BOOLEAN_PICKER`: feature to allow users to select their preferred boolean type. If set, feature is enabled. This feature is only intended for internal team
94
+
-`FEATURE_BOOLEAN_PICKER`: feature to allow users to select their preferred boolean type. If set to `true`, feature is enabled. This feature is only intended for internal team
95
95
testing and should never be enabled in production (mostly because the UI is a mess more than it would cause harm).
96
+
-`FEATURE_GEODATA`: Enables features related to geospatial data discovery. Setting this variable to `true` will trigger geodata
97
+
mode. Note that this is currently intended _only_ for the geodata app and
98
+
may have unexpected consequences if applied to other TIMDEX UI apps.
96
99
-`FILTER_ACCESS_TO_FILES`: The name to use instead of "Access to files" for that filter / aggregation.
97
100
-`FILTER_CONTENT_TYPE`: The name to use instead of "Content type" for that filter / aggregation.
98
101
-`FILTER_CONTRIBUTOR`: The name to use instead of "Contributor" for that filter / aggregation.
@@ -102,9 +105,6 @@ See `Optional Environment Variables` for more information.
102
105
-`FILTER_PLACE`: The name to use instead of "Place" for that filter / aggregation.
103
106
-`FILTER_SOURCE`: The name to use instead of "Source" for that filter / aggregation.
104
107
-`FILTER_SUBJECT`: The name to use instead of "Subject" for that filter / aggregation.
105
-
-`GDT`: Enables features related to geospatial data discovery. Setting this variable with any value will trigger GDT
106
-
mode (e.g., `GDT=false` will still enable GDT features). Note that this is currently intended _only_ for the GDT app and
107
-
may have unexpected consequences if applied to other TIMDEX UI apps.
108
108
-`GLOBAL_ALERT`: The main functionality for this comes from our theme gem, but when set the value will be rendered as
109
109
safe html above the main header of the site.
110
110
-`ORIGINS`: sets origins for CORS (currently used only for TACOS API calls).
0 commit comments