Skip to content

Commit 633ac9c

Browse files
committed
prevent markdown from rendering emoji
The text `:mm:` in `"YYYY-MM-DDThh:mm:ssZ"` was being rendered as an emoji. Inserting `<zero-width space>` prevents this.
1 parent c5083c1 commit 633ac9c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/solr-field-suffixes.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,17 @@ hide:
55

66
# Solr Field Suffixes
77

8-
The following suffixes are part of the OGM Aardvark schema and may be used by custom fields.
8+
The following suffixes are part of the OGM Aardvark schema and may be used by custom fields.
99

1010
| Field Suffix | Type | Description | Example |
1111
|:-------------|:-------------------------|:--------------------------------|:----------|
1212
| `_b` | Boolean | Values can be `true` or `false` | `gbl_georeferenced_b`|
1313
| `_im` | Integer, multivalued | Digits | `gbl_indexYear_im`|
1414
| `_drsim` | Date range, multivalued | Date range in a specified string format: "[1980 TO 1995]" | `gbl_dateRange_drsim` |
15-
| `_dt` | Date | Date and time in a specified string format: "YYYY-MM-DDThh:mm:ssZ" | `gbl_mdModified_dt`|
15+
| `_dt` | Date | Date and time in a specified string format: "YYYY-MM-DDThh:<zero-width space>mm:ssZ" | `gbl_mdModified_dt`|
1616
| `_s` | String | Single string of text | `dct_title_s` |
1717
| `_sm` | String, multivalued | Multiple strings of text | `dct_subject_sm` |
1818

1919
!!! tip
2020

2121
For a full list of spatial field types and their suffixes used in GeoBlacklight, see [https://github.com/geoblacklight/geoblacklight/blob/main/solr/conf/schema.xml#L14](https://github.com/geoblacklight/geoblacklight/blob/main/solr/conf/schema.xml#L14).
22-
23-

0 commit comments

Comments
 (0)