From 610f6f51af2ceadc12df1925c75c7deb5e297eb9 Mon Sep 17 00:00:00 2001 From: silverpill Date: Tue, 17 Mar 2026 17:48:03 +0000 Subject: [PATCH] Automatic update [skip ci] --- README.md | 1 + fep/f011/fep-f011.md | 5 +++-- index.json | 10 ++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cc845d..3e0d6ff 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ Do you have ideas to improve the FEP Process? Post your suggestions to the issue | [FEP-c07e: add product type to object](./fep/c07e/fep-c07e.md) | `DRAFT` | [#786](https://codeberg.org/fediverse/fep/issues/786) | 2026-03-15 | - | | [FEP-db70: RemoveAll Collection Activity](./fep/db70/fep-db70.md) | `DRAFT` | [#784](https://codeberg.org/fediverse/fep/issues/784) | 2026-03-15 | - | | [FEP-c195: JSONPath Filtering for ActivityPub Collection Retrieval](./fep/c195/fep-c195.md) | `DRAFT` | [#790](https://codeberg.org/fediverse/fep/issues/790) | 2026-03-17 | - | +| [FEP-f011: Full-Text Search Query Syntax for ActivityPub](./fep/f011/fep-f011.md) | `DRAFT` | [#791](https://codeberg.org/fediverse/fep/issues/791) | 2026-03-17 | - | ## License diff --git a/fep/f011/fep-f011.md b/fep/f011/fep-f011.md index 7bfe980..7e7128f 100644 --- a/fep/f011/fep-f011.md +++ b/fep/f011/fep-f011.md @@ -2,8 +2,9 @@ slug: "f011" authors: Steve Bate status: DRAFT -dateReceived: 2026-03-17 discussionsTo: https://codeberg.org/steve-bate/fep/issues +dateReceived: 2026-03-17 +trackingIssue: https://codeberg.org/fediverse/fep/issues/791 --- # FEP-f011: Full-Text Search Query Syntax for ActivityPub @@ -230,4 +231,4 @@ To the extent possible under law, the authors of this Fediverse Enhancement Proposal have waived all copyright and related or neighboring rights to this work. [ActivityPub]: https://www.w3.org/TR/activitypub/ "ActivityPub is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format." -[RFC9485]: https://www.rfc-editor.org/rfc/rfc9485.html#name-pcre-re2-and-ruby-regexps "This document specifies I-Regexp, a flavor of regular expression that is limited in scope with the goal of interoperation across many different regular expression libraries." \ No newline at end of file +[RFC9485]: https://www.rfc-editor.org/rfc/rfc9485.html#name-pcre-re2-and-ruby-regexps "This document specifies I-Regexp, a flavor of regular expression that is limited in scope with the goal of interoperation across many different regular expression libraries." diff --git a/index.json b/index.json index 827d8ed..93a5d13 100644 --- a/index.json +++ b/index.json @@ -1258,5 +1258,15 @@ "trackingIssue": "https://codeberg.org/fediverse/fep/issues/790", "title": "JSONPath Filtering for ActivityPub Collection Retrieval", "implementations": 0 + }, + { + "slug": "f011", + "authors": "Steve Bate ", + "status": "DRAFT", + "discussionsTo": "https://codeberg.org/steve-bate/fep/issues", + "dateReceived": "2026-03-17", + "trackingIssue": "https://codeberg.org/fediverse/fep/issues/791", + "title": "Full-Text Search Query Syntax for ActivityPub", + "implementations": 0 } ] \ No newline at end of file