Ask a question to get started
Enter to sendā¢Shift+Enter new line
index: false | string[]
Controls how the item's fields are indexed for search operations.
Path syntax supports:
// Index specific fields index: ["metadata.title", "chapters[*].content"] // Disable indexing index: false