Skip to content

Commit

Permalink
docs: adding working with data pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnes Lin authored and agnes512 committed Apr 14, 2020
1 parent 694a9eb commit 4278a22
Show file tree
Hide file tree
Showing 9 changed files with 577 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/site/Fields-filter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: 'Fields filter'
lang: en
keywords: LoopBack 4.0, LoopBack 4, fields
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Fields-filter.html
---
10 changes: 10 additions & 0 deletions docs/site/Include-filter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 'Include filter'
lang: en
keywords: LoopBack 4.0, LoopBack 4, include
layout: readme
source: loopback-next
file: packages/metadata/README.md
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Include-filter.html
---
11 changes: 11 additions & 0 deletions docs/site/Limit-filter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 'Limit filter'
lang: en
keywords: LoopBack 4.0, LoopBack 4, limit
layout: readme
source: loopback-next
file: packages/metadata/README.md
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Limit-filter.html
summary: A <i>limit</i> filter specifies a set of logical conditions to match, similar to a LIMIT clause in a SQL query.
---
11 changes: 11 additions & 0 deletions docs/site/Order-filter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 'Order filter'
lang: en
keywords: LoopBack 4.0, LoopBack 4, order
layout: readme
source: loopback-next
file: packages/metadata/README.md
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Order-filter.html
summary: An <i>order</i> filter specifies a set of logical conditions to match, similar to a ORDER clause in a SQL query.
--
Loading

0 comments on commit 4278a22

Please sign in to comment.