diff options
| author | kehiy <kehiiiiya@gmail.com> | 2024-09-03 20:41:31 +0330 |
|---|---|---|
| committer | kehiy <kehiiiiya@gmail.com> | 2024-09-03 20:41:31 +0330 |
| commit | e6552476aa2e5ca7256be572a9aa226ec8a022ee (patch) | |
| tree | 46f14902bd2bfb85e5f3369ece456c46b697b1a2 /50.md | |
| parent | b4a2561df7325b8624bc5ffad154ec946ade2f1e (diff) | |
format(all): json formatting
Diffstat (limited to '50.md')
| -rw-r--r-- | 50.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -15,9 +15,9 @@ extensible framework for performing such queries. | |||
| 15 | ## `search` filter field | 15 | ## `search` filter field |
| 16 | 16 | ||
| 17 | A new `search` field is introduced for `REQ` messages from clients: | 17 | A new `search` field is introduced for `REQ` messages from clients: |
| 18 | ```json | 18 | ```jsonc |
| 19 | { | 19 | { |
| 20 | ... | 20 | // other fields on filter object... |
| 21 | "search": <string> | 21 | "search": <string> |
| 22 | } | 22 | } |
| 23 | ``` | 23 | ``` |