Skip to contents

performs this query against the elastic search

Usage

query(query, fetchSize = 100, fetchOffset = 0)

Arguments

query

query with the same grammar as in the UI

fetchSize

maximum number of returned results

fetchOffset

offset of the results, enables paging

References

ics1143