You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the search index all fields are indexed by default, it maybe needed to explicitly exclude some fields from indexing in some cases.
Currenlty, we support tigris:"searchIndex:false" annotation, but it wouldn't be properly marshaled in the schema. This need to be fixed, by changin SearchIndex field to pointer type in the schema struct.
The text was updated successfully, but these errors were encountered:
In the search index all fields are indexed by default, it maybe needed to explicitly exclude some fields from indexing in some cases.
Currenlty, we support
tigris:"searchIndex:false"
annotation, but it wouldn't be properly marshaled in the schema. This need to be fixed, by changin SearchIndex field to pointer type in the schema struct.The text was updated successfully, but these errors were encountered: