Add keyword search, draft

This commit is contained in:
artur
2023-01-24 15:33:18 +03:00
committed by Kieran
parent 200dc6b352
commit 3f45a3db06
12 changed files with 38740 additions and 7004 deletions

View File

@ -35,6 +35,7 @@ export type RawReqFilter = {
"#e"?: u256[],
"#p"?: u256[],
"#t"?: string[],
keywords?: u256[],
since?: number,
until?: number,
limit?: number
@ -53,4 +54,4 @@ export type UserMetadata = {
nip05?: string,
lud06?: string,
lud16?: string
}
}