**Source URL:** https://general.veevavault.dev/vql/functions-options/find-scopes-distance/scope-properties.md

# SCOPE PROPERTIES



In v8.0+, use `SCOPE PROPERTIES` with `FIND` to search all picklists and document or object fields with data type String (*Text*, *LongText*, and *RichText* fields).

When using `FIND` without `SCOPE`, the query uses `SCOPE PROPERTIES` by default.

## Syntax {#Syntax}

```
SELECT {fields}
FROM {query target}
FIND ('{search phrase}' SCOPE PROPERTIES)

```


---

**Previous:** [SCOPE Fields](/vql/functions-options/find-scopes-distance/scope-fields)  
**Next:** [LONGTEXT()](/vql/functions-options/longtext)