| 115 | * @property {boolean} [matchWholeWords] If the scan should match whole words | 115 | * @property {boolean} [matchWholeWords] If the scan should match whole words |
| 116 | * @property {boolean} [useGroupScoring] If the scan should use group scoring | 116 | * @property {boolean} [useGroupScoring] If the scan should use group scoring |
| 117 | * @property {boolean} [matchPersonaDescription] If the scan should match against the persona description | 117 | * @property {boolean} [matchPersonaDescription] If the scan should match against the persona description |
| 118 | * @property {boolean} [matchCharacterDescription] If the scan should match against the character | 118 | * @property {boolean} [matchCharacterDescription] If the scan should match against the character description |
| 119 | * @property {boolean} [matchCharacterPersonality] If the scan should match against the character | 119 | * @property {boolean} [matchCharacterPersonality] If the scan should match against the character personality |
| 120 | * @property {boolean} [matchCharacterNote] If the scan should match against the character note | 120 | * @property {boolean} [matchCharacterDepthPrompt] If the scan should match against the character depth prompt |
| 121 | * @property {boolean} [matchScenario] If the scan should match against the character scenario | 121 | * @property {boolean} [matchScenario] If the scan should match against the character scenario |
| 122 | * @property {boolean} [matchCreatorNotes] If the scan should match against the character metadata | 122 | * @property {boolean} [matchCreatorNotes] If the scan should match against the creator notes |
| 123 | * @property {number} [uid] The UID of the entry that triggered the scan | 123 | * @property {number} [uid] The UID of the entry that triggered the scan |
| 124 | * @property {string} [world] The world info book of origin of the entry | 124 | * @property {string} [world] The world info book of origin of the entry |
| 125 | * @property {string[]} [key] The primary keys to scan for | 125 | * @property {string[]} [key] The primary keys to scan for |