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
The presence of search tag in any of the struct fields should cause a document to be created with all the fields tagged with search and its id becomes the datastore key used for the given model.
Tagging db.Model with search can be used to override the index name created for the given model.
Any indexing process should happen asynchronously.
The text was updated successfully, but these errors were encountered:
The presence of
search
tag in any of the struct fields should cause adocument
to be created with all the fields tagged withsearch
and itsid
becomes the datastore key used for the given model.Tagging
db.Model
withsearch
can be used to override theindex
name created for the given model.Any indexing process should happen asynchronously.
The text was updated successfully, but these errors were encountered: