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: docs/blog/posts/2015-02-09-a-hands-on-introduction-to-geoblacklight.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -444,7 +444,7 @@ The fixtures directory is useful for quickly indexing a small number documents i
444
444
Now you should see <a href="http://127.0.0.1:3000">facets listed</a> on the lower left hand part of the page. Try a search! You can <a href="http://127.0.0.1:3000/?q=*">search for *</a> to search for everything.
445
445
446
446
447
-
Want to index some more documents? Check out [this tutorial](2015-02-05-using-geocombine-to-harvest-and-index-opengeometadata.md) on how to easily index metadata from OpenGeoMetadata.
447
+
Want to index some more documents? Check out [this tutorial](2015-02-05-using-geocombine-to-harvest-and-index-opengeometadata.markdown) on how to easily index metadata from OpenGeoMetadata.
448
448
449
449
There are many ways to customize your GeoBlacklight application, and unfortunately we can't cover them all with this tutorial. GeoBlacklight tries to stick to similar patterns as Blacklight, so most of the Blacklight customization techniques should hold true.
Copy file name to clipboardExpand all lines: docs/docs/metadata-functions.csv
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Label</br>Field URI,Required - will cause app to error if missing,Default facet,Search results display,Item show default display,Relation widget,Notes
2
2
**ID**</br>id,==yes==,no,no,no,no,Functions as the slug (end part) of the item's URL
3
-
**Access Rights**</br>dct_accessRights_s,==yes==,no,icon,no,no,"If set to ""Restricted"", a closed padlock icon appears next to the title. Downloads and web service previews will be hidden unless a user logs in using an authentication process. If set to ""Public"", an open padlock icon appears next to the title. Downloads and web services are accessible."
3
+
**Access Rights**</br>dct_accessRights_s,==yes==,==yes==,icon,no,no,"If set to ""Restricted"", a closed padlock icon appears next to the title. Downloads and web service previews will be hidden unless a user logs in using an authentication process. If set to ""Public"", an open padlock icon appears next to the title. Downloads and web services are accessible."
4
4
**Format**</br>dct_format_s,{++conditional++},==yes==,no,==yes==,no,Required if a Download link is included. This value displays on the item show in the button under the download widget.
5
5
**Title**</br>dct_title_s,no (see notes),no,Clickable text,==yes==,no,"If a title is missing, GeoBlacklight will display the ID as the title."
@@ -39,5 +39,5 @@ Label</br>Field URI,Required - will cause app to error if missing,Default facet,
39
39
**Suppressed**</br>gbl_suppressed_b,no,no,no,no,no,Hides items from search results. Items are only visible as child or related records in the Relations widgets.
0 commit comments