Skip to content

Commit

Permalink
Update 50.md
Browse files Browse the repository at this point in the history
Co-authored-by: hodlbod <jstaab@protonmail.com>
  • Loading branch information
vitorpamplona and staab authored Jun 7, 2024
1 parent cfcc2e4 commit 61ed271
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 50.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ Relays SHOULD interpret the query to the best of their ability and return events
Relays SHOULD perform matching against `content` event field, and MAY perform
matching against other fields if that makes sense in the context of a specific kind.

Results SHOULD be returned in the order of their matching score, not by the usual `.created_at`.
The `limit` filter SHOULD be applied after sorting by matching score.

Results SHOULD be returned in descending order by quality of search result (as defined by the implementation),
not by the usual `.created_at`. The `limit` filter SHOULD be applied after sorting by matching score.
A query string may contain `key:value` pairs (two words separated by colon), these are extensions, relays SHOULD ignore
extensions they don't support.

Expand Down

0 comments on commit 61ed271

Please sign in to comment.