Versions Compared

Key

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

...

A function to be called on each JSMA customer.

customer[] customers.find(query, [options={}])

...

Warning

The function signature customers.find(query, [limit]) is deprecated and will produce a warning in log files.


Searches and retrieves a list of JSMA customer from the Sphinx index.

...

Parameter query:string (required)

Parameter options:object (optional)

...

If no value for limit is provided, the default value of 10 will be used.

customer customers.findById(id)

...