Search

Search data in indexed columns

The search process specifies the pattern to search for in the search indexed columns of the tables. You can search for data in multiple tables or just data in search indexed columns.

To learn more about search please refer to the information here.

Get a component instance

The search reference can be created using the following method which does not fire a server-side call:

Copied//Get an search instance
let search = app.search();