Skip to content

Commit b62225b

Browse files
authored
Merge pull request #18 from Lomkit/GautierDele-patch-1
Added instructions operation to readme
2 parents 82d3a3d + 31439d8 commit b62225b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ Here is a quick look at what you can do using API search method:
7373
]
7474
},
7575
],
76+
"instructions": [
77+
{
78+
"name": "odd-even-id",
79+
"fields": [
80+
{ "name": "type", "value": "odd" }
81+
]
82+
}
83+
],
7684
"page": 2,
7785
"limit": 10
7886
}
@@ -96,4 +104,4 @@ TODO
96104

97105
- Metrics support
98106
- Refactor the response class
99-
- Plain text search using Laravel Scout
107+
- Plain text search using Laravel Scout

0 commit comments

Comments
 (0)