upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/50.md
diff options
context:
space:
mode:
authorpablof7z <pfer@me.com>2024-09-28 17:39:41 -0500
committerpablof7z <pfer@me.com>2024-09-28 17:39:41 -0500
commitfcc32565795f3f60151cde030700159502186d71 (patch)
tree2f400600397443e6b5896c24872da1f81b9b4321 /50.md
parent9f9ab83ee9809251d0466f22c188a0f13abd585a (diff)
parenta736e629be5c4c9125d98bdb4965851d8110c483 (diff)
Merge branch 'master' into cashu-wallet
Diffstat (limited to '50.md')
-rw-r--r--50.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/50.md b/50.md
index 2a31cb1..9eea1f8 100644
--- a/50.md
+++ b/50.md
@@ -15,9 +15,9 @@ extensible framework for performing such queries.
15## `search` filter field 15## `search` filter field
16 16
17A new `search` field is introduced for `REQ` messages from clients: 17A 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```