at protocol indexer with flexible filtering, xrpc queries, and a cursor-backed event stream, built on fjall
at-protocol atproto indexer rust fjall

[docs] use did:web as example also

ptr.pet 3e6b5e16 5bd8b4aa

verified
+2 -2
+2 -2
README.md
··· 80 80 81 81 each set field accepts one of two forms: 82 82 83 - - **replace**: an array replaces the entire set — `["did:plc:abc", "did:plc:xyz"]` 84 - - **patch**: an object maps items to `true` (add) or `false` (remove) — `{"did:plc:abc": true, "did:plc:xyz": false}` 83 + - **replace**: an array replaces the entire set — `["did:plc:abc", "did:web:example.org"]` 84 + - **patch**: an object maps items to `true` (add) or `false` (remove) — `{"did:plc:abc": true, "did:web:example.org": false}` 85 85 86 86 #### NSID patterns 87 87