Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameters

Value

Remarks

textToSearch

string

*

columnsToSearch

string

Uses SearchTerms and SearchValue as the search condition.

e.g. %[[][[]%<Conditions><Condition PropertyName=\"SearchTerms\" SearchValue=\"PYancey\" Operator=\"EqualTo\" QuerySuffix=\"\" StartGroupString=\"\" EndGroupString=\"\" Index=\"0\" SearchType=\"String\"/></Conditions>"

The API returns all people where there is a SearchTerm match for the SearchValue. For example, if the SearchValue is set toky to "jordan", the API would return:

  • All people with a first name containing the string

  • All people with last name containing the string

  • All people with a login containing the string

  • All people with an email address containing the string

...