zapstore / ftsrelay

5 stars 1 forks source link

Support multiple REQ filters #4

Open franzaps opened 3 months ago

franzaps commented 3 months ago

And chaining requests:

["REQ", "test", { "kinds": [32267], "search": "test" }, { "kinds": [30063], "#a": [&0] }, { "kinds": [1063], "ids": [&1] }]

where &0 includes replaceable event strings from the 0th index query, and &1 includes e tags from the 1st index query

Should open a NIP PR

franzaps commented 2 months ago

["REQ", "test", { "kinds": [32267], "search": "test" }, { "kinds": [30063], "#a": [&0] }, { "kinds": [1063], "#a": [&1] }]