No, according to NIP01 only single-letter tag are allowed in filter.
Is the "dinosaur" string included in `content` field? The `search` filter generally look only in `content` field.
I moved over from the 'pynostr' library to 'nostr_sdk' because it's being actively maintained, but every once in awhile I get stuck
Why doesn't this filter work to search events in the NIP94 File Metadata?
Filter().kind(Kind(1063)).custom_tag(SingleLetterTag.lowercase(Alphabet.M), "image/gif").search("dinosaur")
Is there a way to search custom tags that aren't of "SingleLetterTag" type (e.g. "summary", "alt", "ox")?
#asknostr #python
nostr:npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet nostr:npub1vp8fdcyejd4pqjyrjk9sgz68vuhq7pyvnzk8j0ehlljvwgp8n6eqsrnpsw nostr:npub137c5pd8gmhhe0njtsgwjgunc5xjr2vmzvglkgqs5sjeh972gqqxqjak37w

No, according to NIP01 only single-letter tag are allowed in filter.
Is the "dinosaur" string included in `content` field? The `search` filter generally look only in `content` field.
I see
I figured the search term was for the “content” field, but wasn’t certain
The problem I have is that this filter doesn’t reduce the size of the request enough (error from relay that request is too large) and I can’t think of a way to filter it down farther without using custom tags that aren’t single letters
If you have any advice, let me know
Thanks for helping!