Versions Compared

Key

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

...

The new file or null otherwise.

file[] files.find(query, [

...

options={}]) | file[] files.find(query, [page], [limit])

Retrieves limit file for the given Sphinx query. The sort order relies on the database order (MySQL in IFE3 and PostgreSQL in IFE4).

...

Query in Sphinx Extended Syntax.

Parameter options:object (optional)

Parameter page:int (optional default:1)

Deprecated! Sets the page of the result. The result contains the elements from index (page-1) x limit -> page x limit.

Parameter limit:int (optional default:10)

Deprecated! The maximum number of results.

...

An array of JSMA file objects.

Parameter options:object (optional)

Common options for the files that will be stored.
See possible fields in the IBS entity documentation.

...

An array of JSMA file objects.

Parameter options:object (optional)

Common options for the files that will be updated.
See possible fields in the IBS entity documentation.

...