@@ -79,15 +79,16 @@ var resourceFieldOverrides = sync.OnceValue(func() map[string]mapping.FieldOpts
7979 // every keyword field searches case-insensitively and by word (name,
8080 // title, the facets) unless opted out: ids are opaque, paths are POSIX,
8181 // the mime type is normalized already, a tag is one label
82- "ID" : {CaseInsensitive : & False , NoWordBreaker : & True },
83- "RootID" : {CaseInsensitive : & False , NoWordBreaker : & True },
84- "ParentID" : {CaseInsensitive : & False , NoWordBreaker : & True },
85- "Path" : {Type : mapping .TypePath , CaseInsensitive : & False },
86- "MimeType" : {CaseInsensitive : & False , NoWordBreaker : & True },
87- "Content" : {Type : mapping .TypeFulltext },
88- "Tags" : {NoWordBreaker : & True , IncludeInAll : & False },
89- "Favorites" : {NoWordBreaker : & True , IncludeInAll : & False , CaseInsensitive : & False }, // opaque user ids
90- "location" : {Type : mapping .TypeGeopoint },
82+ "ID" : {CaseInsensitive : & False , NoWordBreaker : & True },
83+ "RootID" : {CaseInsensitive : & False , NoWordBreaker : & True },
84+ "ParentID" : {CaseInsensitive : & False , NoWordBreaker : & True },
85+ "Path" : {Type : mapping .TypePath , CaseInsensitive : & False },
86+ "MimeType" : {CaseInsensitive : & False , NoWordBreaker : & True },
87+ "Content" : {Type : mapping .TypeFulltext },
88+ "Tags" : {NoWordBreaker : & True , IncludeInAll : & False },
89+ "Favorites" : {NoWordBreaker : & True , IncludeInAll : & False , CaseInsensitive : & False }, // opaque user ids
90+ "livePhoto.contentId" : {NoWordBreaker : & True , CaseInsensitive : & False }, // opaque pairing uuid
91+ "location" : {Type : mapping .TypeGeopoint },
9192 }
9293})
9394
0 commit comments