add search field to filter (NIP-50)

This commit is contained in:
BilligsterUser
2023-03-05 01:50:30 +01:00
committed by fiatjaf_
parent 82228036ef
commit b3d95cecdd

View File

@@ -7,6 +7,7 @@ export type Filter = {
since?: number since?: number
until?: number until?: number
limit?: number limit?: number
search?: string
[key: `#${string}`]: string[] [key: `#${string}`]: string[]
} }