People Field Type Breakdown
Type | Search & Database Handling |
---|---|
| Field is representation of true or false. Queries only respond to |
| Field is stored as a date in a specific format. Queries must be performed in range format |
| Field's format is broken up into various combinations of domains and subdomains, in lowercase. Queries are performed as-is. |
| Field is a number representation with decimals. Queries can only be on specific number values. |
| Field is represented as geo location. Queries are performed in geo formatting. |
| Field is a whole number representation. Queries can only be on specific number values. |
| Field is preserved as-is. Queries are handled in the same way. Queries are case-sensitive. |
| Field is an array of nested objects. Queries can only be done for existence or on nested fields which correspond to their respected type. |
| Field is broken into values separated |
| Field is broken up into unique important words. Unless specified otherwise, queries are handled in the same way. Queries are NOT case-sensitive |
| Field is saved as an entire URL and also broken into domain and subdomain. Queries are NOT case-sensitive and is preserved as-is. |
Updated over 2 years ago