Skip to content

Commit

Permalink
Feldname in Links aktualisiert
Browse files Browse the repository at this point in the history
item_holding_id_mv wurde zu item_collection_id_mv
  • Loading branch information
felixlohmeier authored Jan 24, 2025
1 parent ea633f1 commit cbd50f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Datasette Lite läuft lokal im Browser über die WebAssembly-Technologie. Es erm

JSON-Daten können direkt angezeigt werden. Damit können beliebige Live-Daten aus dem Datendienst des DLA präsentiert werden. Beispiel:

https://dla-marbach.github.io/datasette/?json=https://dataservice.dla-marbach.de/v1/records?q=item_holding_id_mv:BF00019097#/data/records
https://dla-marbach.github.io/datasette/?json=https://dataservice.dla-marbach.de/v1/records?q=item_collection_id_mv:BF00019097#/data/records

Bei der Nutzung von Facetten, Filtern und weiteren Funktionen werden diese als Parameter in der URL vermerkt. Diese URLs können als Direktlinks für spezifische Sichten verwendet und geteilt werden. Beispiel mit drei ausgewählten Spalten und einer vorausgewählten Facette:

https://dla-marbach.github.io/datasette/?json=https://dataservice.dla-marbach.de/v1/records?q=item_holding_id_mv:BF00019097#/data/records?_col=id&_col=display&_col=personBy_display_mv&_facet=category
https://dla-marbach.github.io/datasette/?json=https://dataservice.dla-marbach.de/v1/records?q=item_collection_id_mv:BF00019097#/data/records?_col=id&_col=display&_col=personBy_display_mv&_facet=category

## Datasette Lite mit SQLite-Datenbank

Expand Down

0 comments on commit cbd50f5

Please sign in to comment.