mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
[question] add isIndexed property #386
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @idsky2 on GitHub (Apr 13, 2022).
In CoreData it is possible to set isIndexed to improve searches on a field.
I don't see any way to do that with the CoreStore @Field syntax.
@JohnEstropia commented on GitHub (Apr 14, 2022):
It's not set on the
@Fieldlevel, but the schema level: