diff options
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 | ``` |