Solved
How can I do fuzzy search on text field when queryrecordtype
How can I do fuzzy search on text field when queryrecordtype, like "like '%text%' " in sql
How can I do fuzzy search on text field when queryrecordtype, like "like '%text%' " in sql
[mention:2aea1bf0b6954f94815518e79da990c7:e9ed411860ed4f2ba0265705b8793d05]
You can use includes operator
a!queryRecordType(
recordType: Replace_RecordYType,
filters: a!queryFilter(
field: Replace_ FieldName,
operator: "includes",
value: Replace_Value
),
pagingInfo: a!pagingInfo(1, 5000)
)Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.