Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 918 Bytes

CustomerTextFilter.md

File metadata and controls

13 lines (8 loc) · 918 Bytes

SquareConnect.CustomerTextFilter

Description

A filter to select customers based on exact or fuzzy matching of customer attributes against a specified query. Depending on customer attributes, the filter can be case sensitive. This filter can be either exact or fuzzy. It cannot be both.

Properties

Name Type Description Notes
exact String Use the exact filter to select customers whose attributes match exactly the specified query. [optional]
fuzzy String Use the fuzzy filter to select customers whose attributes match the specified query in a fuzzy manner. When the fuzzy option is used, search queries are tokenized, and then each query token must be matched somewhere in the searched attribute. For single token queries, this is effectively the same behavior as a partial match operation. [optional]