```css
// Property: eligibleForSearch// Description: Set to true if the user activity should be added to the on-device index.// Component(s): Ti.App.iOS.UserActivity'.eligible-for-search': { eligibleForSearch: true }
'.eligible-for-search-false': { eligibleForSearch: false }
```