Skip to content

Commit

Permalink
minor copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
corneelwille committed Sep 2, 2024
1 parent f5685f8 commit 4971e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All events and places created in UiTdatabank have a `bookingAvailability` property. The bookingAvailability indicates whether there are still tickets or seats available for an event.

> The bookingAvailability only indicates whether there are still tickets or seats available for an event. It does not provide information about any cancellations or date changes, which are instead indicated by the [status](/status.md).
> The bookingAvailability only indicates whether there are still tickets or seats available for an event. It does not provide information about any cancellations or date changes, which are instead indicated by the `status`.
## Using the bookingAvailability parameter

Expand Down
4 changes: 2 additions & 2 deletions projects/uitdatabank/docs/search-api/filters/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All events and places created in UiTdatabank have a `status` property. The statu
- an event is still happening as plannend or not
- a place is still open for visits or not

> The status only indicates whether an event or place is proceeding as planned or is currently open. It does not provide information about the availability of tickets or spots, which is instead indicated by the [bookingAvailability](/booking-availability.md).
> The status only indicates whether an event or place is proceeding as planned or is currently open. It does not provide information about the availability of tickets or spots, which is instead indicated by the `booking-availability`.
## Using the status parameter

Expand Down Expand Up @@ -46,4 +46,4 @@ Search for all events that are available in a given date range (advanced query p

```https
GET /events/?q=status:Unavailable AND dateRange:[2025-05-01T00\:00\:00%2B01\:00 TO 2025-06-31T23\:59\:59%2B01\:00]
````
```

0 comments on commit 4971e8c

Please sign in to comment.