@@ -127,18 +127,18 @@ <h3>
127127< li > Otherwise by default performs a "string equality" search where columns are casted and compared as strings</ li >
128128</ ul >
129129< p > Here's the filtered list used in the above screenshot:</ p >
130- < p > < a href ="http://sharpdata.netcore.io/db/main /Order?format=json&Id=%3E10200&CustomerId=V%25&Freight=%3C%3D30&OrderDate=%3E1997-01-01&take=100 " rel ="nofollow "> /db/main /Order?Id=>10200&CustomerId=V%&Freight=<=30&OrderDate=>1997-01-01</ a > </ p >
130+ < p > < a href ="http://sharpdata.netcore.io/db/northwind /Order?format=json&Id=%3E10200&CustomerId=V%25&Freight=%3C%3D30&OrderDate=%3E1997-01-01&take=100 " rel ="nofollow "> /db/northwind /Order?Id=>10200&CustomerId=V%&Freight=<=30&OrderDate=>1997-01-01</ a > </ p >
131131< h3 >
132132< a id ="custom-field-selection " class ="anchor " href ="#custom-field-selection " aria-hidden ="true "> < span aria-hidden ="true " class ="octicon octicon-link "> </ span > </ a > Custom Field Selection</ h3 >
133133< p > The < strong > column selection</ strong > icon on the top left of the results lets you query custom select columns which is specified using < code > ?fields</ code > :</ p >
134134< ul >
135- < li > < a href ="https://sharpdata.netcore.io/db/main /Customer?format=json&fields=Id%2CCompanyName%2CContactName%2CContactTitle&take=100 " rel ="nofollow "> /db/main /Customer?fields=Id,CompanyName,ContactName,ContactTitle</ a > </ li >
135+ < li > < a href ="https://sharpdata.netcore.io/db/northwind /Customer?format=json&fields=Id%2CCompanyName%2CContactName%2CContactTitle&take=100 " rel ="nofollow "> /db/northwind /Customer?fields=Id,CompanyName,ContactName,ContactTitle</ a > </ li >
136136</ ul >
137137< h3 >
138138< a id ="multiple-orderbys " class ="anchor " href ="#multiple-orderbys " aria-hidden ="true "> < span aria-hidden ="true " class ="octicon octicon-link "> </ span > </ a > Multiple OrderBy's</ h3 >
139139< p > You can use < a href ="https://docs.servicestack.net/autoquery-rdbms#multiple-orderbys " rel ="nofollow "> AutoQuery Syntax</ a > to specify multiple Order By's:</ p >
140140< ul >
141- < li > < a href ="https://sharpdata.netcore.io/db/main /Customer?format=json&orderBy=-Id,CompanyName,-ContactName " rel ="nofollow "> /db/main /Customer?orderBy=-Id,CompanyName,-ContactName</ a > </ li >
141+ < li > < a href ="https://sharpdata.netcore.io/db/northwind /Customer?format=json&orderBy=-Id,CompanyName,-ContactName " rel ="nofollow "> /db/northwind /Customer?orderBy=-Id,CompanyName,-ContactName</ a > </ li >
142142</ ul >
143143< h3 >
144144< a id ="paging " class ="anchor " href ="#paging " aria-hidden ="true "> < span aria-hidden ="true " class ="octicon octicon-link "> </ span > </ a > Paging</ h3 >
147147< a id ="format " class ="anchor " href ="#format " aria-hidden ="true "> < span aria-hidden ="true " class ="octicon octicon-link "> </ span > </ a > Format</ h3 >
148148< p > Use < code > ?format</ code > to specify which < strong > Content-Type</ strong > to return the results in, e.g:</ p >
149149< ul >
150- < li > < a href ="https://sharpdata.netcore.io/db/main /Customer?format=html " rel ="nofollow "> /db/main /Customer?format=html</ a > </ li >
151- < li > < a href ="https://sharpdata.netcore.io/db/main /Customer?format=json " rel ="nofollow "> /db/main /Customer?format=json</ a > </ li >
152- < li > < a href ="https://sharpdata.netcore.io/db/main /Customer?format=csv " rel ="nofollow "> /db/main /Customer?format=csv</ a > </ li >
150+ < li > < a href ="https://sharpdata.netcore.io/db/northwind /Customer?format=html " rel ="nofollow "> /db/northwind /Customer?format=html</ a > </ li >
151+ < li > < a href ="https://sharpdata.netcore.io/db/northwind /Customer?format=json " rel ="nofollow "> /db/northwind /Customer?format=json</ a > </ li >
152+ < li > < a href ="https://sharpdata.netcore.io/db/northwind /Customer?format=csv " rel ="nofollow "> /db/northwind /Customer?format=csv</ a > </ li >
153153</ ul >
154154< h3 >
155155< a id ="multitenancy " class ="anchor " href ="#multitenancy " aria-hidden ="true "> < span aria-hidden ="true " class ="octicon octicon-link "> </ span > </ a > Multitenancy</ h3 >
0 commit comments