diff --git a/website/🔌 Query.md b/website/🔌 Query.md index 026b2445..f5af2b2e 100644 --- a/website/🔌 Query.md +++ b/website/🔌 Query.md @@ -32,7 +32,7 @@ After using one of the options, the data will be displayed. Available data sources can be categorized as 1. Builtin data sources 2. Data that can be inserted by users -3. Plug’s data sourcer +3. Plug’s data sources Best part about data sources: there is an auto completion 🎉. Start writing ` - +#### 4.2 Data that can be inserted by users +* *insert the data:* You can insert a data using the syntax below +```data +name: John +age: 50 +city: Milan +country: Italy +--- +name: Jane +age: 53 +city: Rome +country: Italy +--- +name: Francesco +age: 28 +city: Berlin +country: Germany +``` +* *query the data:* You can query the data using `data` option + +|name|age|city |country|page |pos | +|----|--|-----|-----|---------------|----| +|John|50|Milan|Italy|Test Data Query|0 | +|Jane|53|Rome |Italy|Test Data Query|46 | +|John|50|Milan|Italy|🔌 Query |2148| +|Jane|53|Rome |Italy|🔌 Query |2194|