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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -518,6 +518,7 @@ You can customize additional settings in your `.env` file:
518
518
|`PROPERTIES_END_DATETIME_FIELD`| Specifies the field used for the upper value of a datetime range for the items in the backend database. |`properties.end_datetime`| Optional |
519
519
|`COLLECTION_FIELD`| Specifies the field used for the collection an item belongs to in the backend database |`collection`| Optional |
520
520
|`GEOMETRY_FIELD`| Specifies the field containing the geometry of the items in the backend database |`geometry`| Optional |
521
+
|`HIDE_ITEM_PATH`| Path to boolean field that marks items as hidden (excluded from search) or not. If null, the item is returned. |`None`| Optional |
0 commit comments