diff --git a/pages/documentation/uri-conventions.html b/pages/documentation/uri-conventions.html index 836e37e..6f88844 100644 --- a/pages/documentation/uri-conventions.html +++ b/pages/documentation/uri-conventions.html @@ -26,7 +26,7 @@

1. URI Components

2. Service Root URI

The service root URI identifies the root of an OData service. The resource identified by this URI MUST be an AtomPub Service Document (as specified in [RFC5023]) and follow the OData conventions for AtomPub Service Documents (or an alternate representation of an Atom Service Document if a different format is requested). OData: JSON Format specifies such an alternate JSON-based representation of a service document. The service document is required to be returned from the root of an OData service to provide clients with a simple mechanism to enumerate all of the collections of resources available for the data service.

- +
@@ -320,7 +320,7 @@

4.5. Filter System Query Option ($filter)

In addition to operators, a set of functions are also defined for use with the filter query string operator. The following table lists the available functions. Note: ISNULL or COALESCE operators are not defined. Instead, there is a null literal which can be used in comparisons.

-
Example Request URI
+
diff --git a/public/css/site.css b/public/css/site.css index fcc0df4..a42ba8f 100644 --- a/public/css/site.css +++ b/public/css/site.css @@ -119,6 +119,11 @@ code { width: 100%; font-size-adjust: auto; } + +.uri-conventions-table > tbody > tr > td { + word-break: break-all; +} + #index-guide{ padding-left: 60px; padding-right: 60px;
Function