feat: add remote item id to search report responses

Adds the remote item id to search `REPORT` responses for shared resources and resources that are part of such. This id represents the id of the original resource that has been shared (= the remote item) and is needed for clients to correctly resolve their locations.
This commit is contained in:
Jannik Stehle
2024-05-15 11:26:43 +02:00
parent 64e9279ee1
commit d40a643fbf
7 changed files with 67 additions and 20 deletions
@@ -59,6 +59,7 @@ message Entity {
string highlights = 14;
Audio audio = 15;
GeoCoordinates location = 16;
ResourceID remote_item_id = 17;
}
message Match {