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