Replies: 1 comment
-
Sorry for being slow here. Look at the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my situation i need to create new table to store simple / plain objects without any json (each property has it's own column).
So far i have:
Indexes.Add(new IndexDefinition(DocumentMapping.For<ListContact>(), "search") { Method = IndexMethod.gin, Expression = "\"search\" gin_trgm_ops", IsConcurrent = true });
Thanks
Beta Was this translation helpful? Give feedback.
All reactions