Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5b265ad

Browse files
committed
2 parents 302d234 + 8971dd4 commit 5b265ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if you like Postman, just import <a href="https://github.com/suadev/aspnet-core-
8484
```
8585
<hr>
8686

87-
#### Filter by Price - http://localhost:5000/odata/products?$filter=price%20gt%2010000
87+
#### Filter by Price (price greater than 10000) - http://localhost:5000/odata/products?$filter=price%20gt%2010000
8888

8989
```javascript
9090
{
@@ -200,7 +200,7 @@ if you like Postman, just import <a href="https://github.com/suadev/aspnet-core-
200200
```
201201
<hr>
202202

203-
#### Expand - http://localhost:5000/odata/products?$expand=category
203+
#### Expand with CategoryGroup - http://localhost:5000/odata/products?$expand=category
204204

205205
```javascript
206206
{
@@ -247,7 +247,7 @@ if you like Postman, just import <a href="https://github.com/suadev/aspnet-core-
247247
```
248248
<hr>
249249

250-
#### Expand and Select - http://localhost:5000/odata/products?$expand=category($select=categoryName)&$select=id,productName
250+
#### Expand with CategoryGroup and Select - http://localhost:5000/odata/products?$expand=category($select=categoryName)&$select=id,productName
251251

252252
```javascript
253253
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /