File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ if you like Postman, just import <a href="https://github.com/suadev/aspnet-core-
84
84
```
85
85
<hr >
86
86
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
88
88
89
89
``` javascript
90
90
{
@@ -200,7 +200,7 @@ if you like Postman, just import <a href="https://github.com/suadev/aspnet-core-
200
200
```
201
201
<hr >
202
202
203
- #### Expand - http://localhost:5000/odata/products?$expand=category
203
+ #### Expand with CategoryGroup - http://localhost:5000/odata/products?$expand=category
204
204
205
205
``` javascript
206
206
{
@@ -247,7 +247,7 @@ if you like Postman, just import <a href="https://github.com/suadev/aspnet-core-
247
247
```
248
248
<hr >
249
249
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
251
251
252
252
``` javascript
253
253
{
You can’t perform that action at this time.
0 commit comments